[TIDY] Update to ansible 4 module names

This commit is contained in:
Jannik Beyerstedt 2021-08-28 16:58:03 +02:00
parent a384c4385a
commit 9f7fa75980
32 changed files with 139 additions and 121 deletions

View file

@ -3,7 +3,7 @@
- name: usertools - Install user's working utilities
become: yes
package:
ansible.builtin.package:
name: "{{ packages }}"
state: present
vars: