Cosmetic changes

This commit is contained in:
Scott Wallace 2019-01-20 18:29:58 +00:00
parent 817afc1ca0
commit 19462d9aa7

View file

@ -1,8 +1,8 @@
- name: Desktop tasks - name: "Desktop tasks ({{ ansible_system }})"
include_tasks: "{{ loop_task }}" include_tasks: "{{ loop_task }}"
loop: "{{ query('fileglob', \"{{ ansible_system|lower }}/*\") | sort }}" loop: "{{ query('fileglob', \"{{ ansible_system|lower }}/*\") | sort }}"
loop_control: loop_control:
loop_var: loop_task loop_var: loop_task
- name: Common desktop tasks - name: Desktop tasks (Common)
import_tasks: firefox.yaml import_tasks: firefox.yaml