1 changed files with 5 additions and 2 deletions
@ -1,8 +1,11 @@
@@ -1,8 +1,11 @@
|
||||
--- |
||||
|
||||
- name: "OS Bootstraping" |
||||
gather_facts: False |
||||
gather_facts: yes |
||||
hosts: all |
||||
roles: |
||||
- macos |
||||
- { role: linux, when: ansible_os_family != "Darwin" } |
||||
- { role: macos, when: ansible_os_family == "Darwin" } |
||||
- { role: shellrc } |
||||
- { role: scripts-linux } |
||||
|
||||
|
Loading…
Reference in new issue