[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

@ -2,7 +2,7 @@
# Common/Tools: Additional Tools (depending on OS) - macOS Version
- name: tools - Install basic utilities
homebrew:
ansible.builtin.homebrew:
name: "{{ packages }}"
state: present
update_homebrew: yes