Ensure OS tasks are included in a specific order

This commit is contained in:
Scott Wallace 2019-01-20 18:25:07 +00:00
parent 860b70aa87
commit 817afc1ca0
6 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
- name: Desktop tasks - name: Desktop tasks
include_tasks: "{{ loop_task }}" include_tasks: "{{ loop_task }}"
loop: "{{ query('fileglob', \"{{ ansible_system|lower }}/*\") }}" loop: "{{ query('fileglob', \"{{ ansible_system|lower }}/*\") | sort }}"
loop_control: loop_control:
loop_var: loop_task loop_var: loop_task