Cosmetic changes
This commit is contained in:
parent
817afc1ca0
commit
19462d9aa7
|
@ -1,8 +1,8 @@
|
|||
- name: Desktop tasks
|
||||
- name: "Desktop tasks ({{ ansible_system }})"
|
||||
include_tasks: "{{ loop_task }}"
|
||||
loop: "{{ query('fileglob', \"{{ ansible_system|lower }}/*\") | sort }}"
|
||||
loop_control:
|
||||
loop_var: loop_task
|
||||
|
||||
- name: Common desktop tasks
|
||||
- name: Desktop tasks (Common)
|
||||
import_tasks: firefox.yaml
|
||||
|
|
Loading…
Reference in a new issue