Skip to content
Snippets Groups Projects
Commit 950a01cc authored by Jens Heidbüchel's avatar Jens Heidbüchel
Browse files
parents 49210ba7 72bf9533
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
- name: Configure Mac - name: Configure Mac
include_tasks: osx.yml include_tasks: osx.yml
when: "ansible_os_family == 'Darwin'" when: "ansible_os_family == 'Darwin'"
- name: Configure Ubuntu # - name: Configure Ubuntu
include_tasks: ubuntu.yml # include_tasks: ubuntu.yml
when: "ansible_distribution == 'Ubuntu'" # when: "ansible_distribution == 'Ubuntu'"
- name: Do generic tasks - name: Do generic tasks
include_tasks: generic.yml include_tasks: generic.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment