Add tags
This commit is contained in:
parent
993abc81bb
commit
ef188b1563
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue