mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
try to run the new firefox role
This commit is contained in:
parent
2f06a5421d
commit
ccfc35bb5f
2 changed files with 8 additions and 12 deletions
|
@ -1 +1 @@
|
|||
Subproject commit b57b78fbf214aaf239dbc16ff6e4f229375f68f2
|
||||
Subproject commit 5c2c9f579834815d1657cd24844ae334e2ed1ff2
|
18
setup.yml
18
setup.yml
|
@ -36,17 +36,13 @@
|
|||
- pulseaudio
|
||||
- networkmanager
|
||||
|
||||
#
|
||||
# Currently it dosen't work on arch. Rely sad!
|
||||
# Issue is open: https://github.com/maxbachmann/role-firefox/issues/29
|
||||
#
|
||||
# - name: improve firefox configuration
|
||||
# hosts: thinkpad
|
||||
# tags:
|
||||
# - setup
|
||||
# - firefox
|
||||
# roles:
|
||||
# - firefox
|
||||
- name: improve firefox configuration
|
||||
hosts: thinkpad
|
||||
tags:
|
||||
- setup
|
||||
- firefox
|
||||
roles:
|
||||
- firefox
|
||||
|
||||
|
||||
- name: Install useful packages
|
||||
|
|
Loading…
Reference in a new issue