Add tags
This commit is contained in:
parent
993abc81bb
commit
ef188b1563
|
@ -3,5 +3,10 @@
|
|||
roles:
|
||||
- role: linux_desktop
|
||||
when: ansible_system == 'Linux'
|
||||
tags:
|
||||
- linux
|
||||
- role: darwin_desktop
|
||||
when: ansible_system == 'Darwin'
|
||||
tags:
|
||||
- darwin
|
||||
- osx
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
set_fact:
|
||||
firefox_path: '~/.mozilla/firefox'
|
||||
when: ansible_system == 'Linux'
|
||||
|
||||
- name: 'Firefox: Setting path (Darwin)'
|
||||
set_fact:
|
||||
firefox_path: '~/Library/Application Support/Firefox'
|
||||
|
|
Loading…
Reference in a new issue