fixed typo (when/where)
This commit is contained in:
parent
34416351f2
commit
e636f81226
@ -3,12 +3,12 @@
|
|||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: hostname
|
name: hostname
|
||||||
state: latest
|
state: latest
|
||||||
where: ansible_facts["os_family"] == "Debian" or ansible_facts["os_family"] == "RHEL"
|
when: ansible_facts["os_family"] == "Debian" or ansible_facts["os_family"] == "RHEL"
|
||||||
- name: (arch) Ensure the inetutils package is installed and updated
|
- name: (arch) Ensure the inetutils package is installed and updated
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: inetutils
|
name: inetutils
|
||||||
state: latest
|
state: latest
|
||||||
where: ansible_facts["os_family"] == "Archlinux"
|
when: ansible_facts["os_family"] == "Archlinux"
|
||||||
- name: Ensure the personal-linux-config repositories is updated
|
- name: Ensure the personal-linux-config repositories is updated
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
dest: /root/personal-linux-config
|
dest: /root/personal-linux-config
|
||||||
|
Loading…
Reference in New Issue
Block a user