aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/tasks/dhcpd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/tasks/dhcpd.yml')
-rw-r--r--roles/space_server/tasks/dhcpd.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/space_server/tasks/dhcpd.yml b/roles/space_server/tasks/dhcpd.yml
index a15ce49..53ad1a6 100644
--- a/roles/space_server/tasks/dhcpd.yml
+++ b/roles/space_server/tasks/dhcpd.yml
@@ -21,11 +21,11 @@
enabled: yes
masked: no
state: started
- when: "'container' not in ansible_env"
-- name: '- when in nspawn'
+ when: not chroot
+- name: '- when in chroot'
command: systemctl enable dhcpd.service
args:
creates: '/etc/systemd/system/multi-user.target.wants/dhcpd.service'
- when: "'container' in ansible_env"
+ when: chroot
# vim: set ts=2 sw=2 et: