[TIDY] Update to ansible 4 module names
This commit is contained in:
parent
a384c4385a
commit
9f7fa75980
32 changed files with 139 additions and 121 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
- name: tools - Install basic utilities
|
||||
become: yes
|
||||
apt:
|
||||
ansible.builtin.apt:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
vars:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue