fix: os familly issue
This commit is contained in:
parent
a085d247ae
commit
1af4cfa087
@ -32,7 +32,7 @@
|
||||
ansible.builtin.package:
|
||||
name: '{{ vault_os_package }}'
|
||||
state: present
|
||||
when: not ansible_architecture == 'armv7l' or not ansible_distribution_release == Archlinux
|
||||
when: not ansible_architecture == 'armv7l' or not ansible_os_family == 'Archlinux'
|
||||
|
||||
- name: Create /opt/vault folder
|
||||
ansible.builtin.file:
|
||||
|
Loading…
Reference in New Issue
Block a user