roles/common: Fix error in conditional
This commit is contained in:
parent
fec081d40a
commit
36d6360eeb
@ -19,7 +19,7 @@
|
||||
|
||||
- name: Install ntp on old Ubuntu/Debian
|
||||
apt: name=ntp state=present update_cache=yes
|
||||
when: and ansible_service_mgr != 'systemd'
|
||||
when: ansible_service_mgr != 'systemd'
|
||||
tags: packages
|
||||
|
||||
# vim: set ts=2 sw=2:
|
||||
|
Loading…
Reference in New Issue
Block a user