Commit 0f8bb79
[cifmw_setup] Use cifmw_helpers role to read variable files
In the CI job, where the nested Ansible execution was removed,
there is an issue to read the variables using include_vars
module, because that module is searching the files on the host
where the Ansible was executed. It means that if the nested Ansible
was dropped, the Ansible bin was called from the Zuul executor,
on which the /home/zuul does not exists.
Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>1 parent 0c53ca8 commit 0f8bb79
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
0 commit comments