mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
commit
2cfbd1289a
1 changed files with 4 additions and 0 deletions
4
main.yml
4
main.yml
|
@ -23,12 +23,15 @@
|
|||
|
||||
tasks:
|
||||
- import_tasks: tasks/ansible-setup.yml
|
||||
tags: ['setup']
|
||||
|
||||
- import_tasks: tasks/sudoers.yml
|
||||
when: configure_sudoers
|
||||
tags: ['sudoers']
|
||||
|
||||
- import_tasks: tasks/terminal.yml
|
||||
when: configure_terminal
|
||||
tags: ['terminal']
|
||||
|
||||
- import_tasks: tasks/osx.yml
|
||||
when: configure_osx
|
||||
|
@ -46,3 +49,4 @@
|
|||
loop_control:
|
||||
loop_var: outer_item
|
||||
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
|
||||
tags: ['post']
|
||||
|
|
Loading…
Reference in a new issue