Remove alpine special case
https://github.com/ansible-collections/community.general/pull/1722 has shipped.
This commit is contained in:
parent
8948437b66
commit
bb5bbf16f5
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
|||
vars:
|
||||
ntp_timezone: "{{ TZ }}"
|
||||
ntp_manage_config: true
|
||||
when: ansible_os_family != 'Alpine' # https://github.com/ansible-collections/community.general/issues/781
|
||||
|
||||
- hosts:
|
||||
- pve-docker
|
||||
|
|
Loading…
Reference in a new issue