summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/role_filter/tasks/main.yml
blob: 7d962a29fbd22eaa811e84a622e9feeed33f05aa (plain)
1
2
3
- name: test
  command: echo hello
  delegate_to: "{{ '127.0.0.1' | parse_ip }}"