Add calls to new files.
This commit is contained in:
parent
12ebd17a20
commit
618c7ff267
@ -67,6 +67,12 @@
|
|||||||
- include: tasks/workstation/linux/software/brave.yml
|
- include: tasks/workstation/linux/software/brave.yml
|
||||||
when: ansible_pkg_mgr == "apt"
|
when: ansible_pkg_mgr == "apt"
|
||||||
|
|
||||||
|
- include: tasks/workstation/mac-os/software/brew.yml
|
||||||
|
when: ansible_system == "Darwin"
|
||||||
|
|
||||||
|
- include: tasks/workstation/mac-os/software/dmg.yml
|
||||||
|
when: ansible_system == "Darwin"
|
||||||
|
|
||||||
# Configuration Tasks #
|
# Configuration Tasks #
|
||||||
- include: tasks/workstation/linux/cron/ansible.yml
|
- include: tasks/workstation/linux/cron/ansible.yml
|
||||||
when: ansible_system == "Linux"
|
when: ansible_system == "Linux"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user