fix: os familly issue

This commit is contained in:
vincent 2023-08-27 15:42:19 +02:00
parent a085d247ae
commit 1af4cfa087

View File

@ -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: