[TIDY] Set some "diff: false", fix linter warnings
This commit is contained in:
parent
47dd9508a6
commit
f380e0ba29
34 changed files with 236 additions and 195 deletions
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
# Common/Tools: Additional Tools (depending on OS) - macOS Version
|
||||
|
||||
- name: tools - Install basic utilities
|
||||
ansible.builtin.homebrew:
|
||||
- name: Tools - Install basic utilities
|
||||
community.general.homebrew:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
update_homebrew: yes
|
||||
update_homebrew: true
|
||||
vars:
|
||||
packages:
|
||||
- rsync
|
||||
diff: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue