This commit is contained in:
Scott Wallace 2019-05-09 18:27:16 +01:00
parent 993abc81bb
commit ef188b1563
2 changed files with 6 additions and 0 deletions

View file

@ -3,5 +3,10 @@
roles: roles:
- role: linux_desktop - role: linux_desktop
when: ansible_system == 'Linux' when: ansible_system == 'Linux'
tags:
- linux
- role: darwin_desktop - role: darwin_desktop
when: ansible_system == 'Darwin' when: ansible_system == 'Darwin'
tags:
- darwin
- osx

View file

@ -7,6 +7,7 @@
set_fact: set_fact:
firefox_path: '~/.mozilla/firefox' firefox_path: '~/.mozilla/firefox'
when: ansible_system == 'Linux' when: ansible_system == 'Linux'
- name: 'Firefox: Setting path (Darwin)' - name: 'Firefox: Setting path (Darwin)'
set_fact: set_fact:
firefox_path: '~/Library/Application Support/Firefox' firefox_path: '~/Library/Application Support/Firefox'