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

7 lines
112 B
YAML

- hosts: lab
gather_facts: false
tasks:
- include_tasks: tasks/copy_file.yml
# vim: set ft=yaml sw=2 et: