[GIT] refactor submodules: add all to own repo
This commit is contained in:
commit
6ce42341b2
19 changed files with 328 additions and 0 deletions
11
tasks/tools-Darwin.yml
Normal file
11
tasks/tools-Darwin.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
# Common/Tools: Additional Tools (depending on OS) - macOS Version
|
||||
|
||||
- name: tools - Install basic utilities
|
||||
homebrew:
|
||||
name: "{{ packages }}"
|
||||
state: latest
|
||||
update_homebrew: yes
|
||||
vars:
|
||||
packages:
|
||||
- rsync
|
Loading…
Add table
Add a link
Reference in a new issue