don't enable systemdtimed in container
This commit is contained in:
parent
232e440526
commit
2c091052d1
@ -5,7 +5,7 @@
|
||||
enabled: true
|
||||
state: started
|
||||
become: true
|
||||
when: ansible_facts['os_family'] == 'Archlinux'
|
||||
when: ansible_facts['os_family'] == 'Archlinux' and not ansible_virtualization_type in ["lxc","docker"]
|
||||
|
||||
- name: Set timezone and hardware clock
|
||||
timezone:
|
||||
|
Loading…
Reference in New Issue
Block a user