summaryrefslogtreecommitdiffstats
path: root/controller/ansible/dummy-wrapper.yml
blob: 524b0eaf0f84751a9a529febca52c6abb73823a3 (plain)
1
2
3
4
5
6
7
- name: "dummy-wrapper"
  hosts: "{{ target }}"
  remote_user: root
  gather_facts: False

  tasks:
  - include: "{{ include_file }}"