Commit 2a07fb8
committed
tests: Avoid facts vars with import_playbook
This does not work any more with Ansible 2.19. The cleanup helpers were
already fixed more thoroughly in the previous commit, but the remaining
helpers which take a more general "profile" value are justified. Set the
`profile` value globally in the playbook instead of at `import_playbook`
time, like many other tests already do.
Signed-off-by: Martin Pitt <[email protected]>1 parent 14f80e5 commit 2a07fb8
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
0 commit comments