We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8e351 commit 1443cfcCopy full SHA for 1443cfc
ctf/templates/init/.deploy/cleanup.yaml
@@ -10,7 +10,7 @@
10
[ ! -e /run/systemd/resolve/resolv.conf ] && exit 0
11
rm -f /etc/resolv.conf || true
12
cat /run/systemd/resolve/resolv.conf > /etc/resolv.conf
13
- when: nsec_production | default(False)
+ when: nsec_production | default(False) | bool
14
changed_when: true
15
16
- name: Mask most systemd units
@@ -123,7 +123,7 @@
123
systemd-udevd.service; do
124
ln -s /dev/null /etc/systemd/system/${i} || true
125
done
126
127
128
129
- name: Remove all cron jobs
0 commit comments