Make management of Firefox CSS optional
This commit is contained in:
@@ -10,6 +10,7 @@ users:
|
|||||||
vt: 1
|
vt: 1
|
||||||
firefox_profiles:
|
firefox_profiles:
|
||||||
- name: lu9k8ywl.default
|
- name: lu9k8ywl.default
|
||||||
|
manage_css: false
|
||||||
|
|
||||||
screen:
|
screen:
|
||||||
1: eDP-1
|
1: eDP-1
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ users:
|
|||||||
vt: 1
|
vt: 1
|
||||||
firefox_profiles:
|
firefox_profiles:
|
||||||
- name: 3wmp9hdb.default-1565075150057
|
- name: 3wmp9hdb.default-1565075150057
|
||||||
|
manage_css: true
|
||||||
- name: hannes-private
|
- name: hannes-private
|
||||||
group: tpp
|
group: tpp
|
||||||
vt: 2
|
vt: 2
|
||||||
|
|||||||
4
user.yml
4
user.yml
@@ -301,7 +301,7 @@
|
|||||||
#sidebar {
|
#sidebar {
|
||||||
width: 400px !important;
|
width: 400px !important;
|
||||||
}
|
}
|
||||||
with_items: "{{ user.firefox_profiles }}"
|
when: item.manage_css
|
||||||
when: user.firefox_profiles is defined
|
with_items: "{{ user.firefox_profiles | default [] }}"
|
||||||
tags:
|
tags:
|
||||||
- firefox
|
- firefox
|
||||||
|
|||||||
Reference in New Issue
Block a user