fix: yaml indentation
This commit is contained in:
parent
d1d43ea42d
commit
608344005e
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
||||||
- name: 'Setup arkenfox'
|
- name: 'Setup arkenfox'
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: arkenfox
|
name: arkenfox
|
||||||
vars: enable_webgl: true
|
vars:
|
||||||
|
enable_webgl: true
|
||||||
|
|
||||||
- name: 'Install various packages'
|
- name: 'Install various packages'
|
||||||
ansible.builtin.dnf5:
|
ansible.builtin.dnf5:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue