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

- name: "BLIPPY FOO test1_other tasks debug for task1 show test1_var2"
  debug:
     var: test1_var2
  tags: ["runme"]