summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/roles_arg_spec/roles/test1/tasks/other.yml
blob: b045813eb72287b77b0af15ecd46550211aa684c (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# "other" tasks file for test1
- name: other tasks debug for task1 show test1_var1
  debug:
     var: test1_var1
  tags: ["runme"]

- name: other tasks debug for task1 show test1_var2
  debug:
     var: test1_var2
  tags: ["runme"]