feat(workstation): moved X11 configuration behind a feature flag
This commit is contained in:
parent
63a306f54a
commit
6f84e794c7
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
---
|
---
|
||||||
workstation_user_account: "{{ custom_base_user_account }}"
|
workstation_user_account: "{{ custom_base_user_account }}"
|
||||||
workstation_github_token: "{{ custom_github_token | default('') }}"
|
workstation_github_token: "{{ custom_github_token | default('') }}"
|
||||||
|
workstation_setup_xorg_enabled: false
|
||||||
|
|
|
@ -142,6 +142,7 @@
|
||||||
|
|
||||||
- name: '[home] copy X related configuration'
|
- name: '[home] copy X related configuration'
|
||||||
become: true
|
become: true
|
||||||
|
when: workstation_setup_xorg_enabled is truthy
|
||||||
block:
|
block:
|
||||||
- name: '[x11] xorg.conf'
|
- name: '[x11] xorg.conf'
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue