dotfiles/.ansible/roles/desktop/tasks/main.yaml

9 lines
258 B
YAML
Raw Normal View History

2019-01-20 18:29:58 +00:00
- name: "Desktop tasks ({{ ansible_system }})"
include_tasks: "{{ loop_task }}"
loop: "{{ query('fileglob', \"{{ ansible_system|lower }}/*\") | sort }}"
loop_control:
loop_var: loop_task
2019-01-20 17:59:11 +00:00
2019-01-20 18:29:58 +00:00
- name: Desktop tasks (Common)
2019-01-20 17:59:11 +00:00
import_tasks: firefox.yaml