Commit 1c92228
committed
remove include_vars, use public: true to export role vars, defaults
The tests_deps.yml test was using include_vars assuming the symlink
roles/linux-system-roles.storage was present. This is deprecated.
The test was doing this in order to get the defaults and vars from
the role. The better way to do this is to use `include_role` with
the `public: true` parameter so that the role will expose its private
variables to the play.1 parent 744be83 commit 1c92228
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments