summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/delegate_to/roles/delegate_to_lookup_context/tasks/main.yml
blob: 2b14c5542f9e2a9a0f6f4f60ec91e1690311b65b (plain)
1
2
3
4
5
- name: sends SQL template files to mysql host(s)
  debug:
    msg: "{{ item }}"
  with_fileglob: ../templates/*.j2
  delegate_to: localhost