ansible-labs/030.Task_Inclusion/solution/solution.yml

7 lines
112 B
YAML
Raw Normal View History

2018-08-01 10:12:16 +02:00
- hosts: lab
gather_facts: false
tasks:
- include_tasks: tasks/copy_file.yml
# vim: set ft=yaml sw=2 et: