ansible-lint --fix
This commit is contained in:
parent
5634cd32d3
commit
faa046aa21
21 changed files with 181 additions and 179 deletions
|
@ -1,12 +1,12 @@
|
|||
---
|
||||
- block:
|
||||
- name: pacman sync
|
||||
community.general.pacman:
|
||||
update_cache: true
|
||||
- when: not archiso_detected
|
||||
block:
|
||||
- name: Pacman sync
|
||||
community.general.pacman:
|
||||
update_cache: true
|
||||
|
||||
- import_tasks: software/minimal.yaml
|
||||
- import_tasks: software/desktop.yaml
|
||||
- import_tasks: software/graphics.yaml
|
||||
- import_tasks: software/dev.yaml
|
||||
- import_tasks: software/gamedev.yaml
|
||||
when: not archiso_detected
|
||||
- ansible.builtin.import_tasks: software/minimal.yaml
|
||||
- ansible.builtin.import_tasks: software/desktop.yaml
|
||||
- ansible.builtin.import_tasks: software/graphics.yaml
|
||||
- ansible.builtin.import_tasks: software/dev.yaml
|
||||
- ansible.builtin.import_tasks: software/gamedev.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue