Commit 4decd9e
committed
fix: Avoid setting ansible_managed variable
Cause: The test used a temporary variable `ansible_managed`, but that is
a "magic" string constant. Ansible 2.19 does not permit assigning to it
any more.
Consequence: Tests failed with Ansible 2.19.
Fix: Rename the variable.1 parent 2c04b2a commit 4decd9e
1 file changed
+2
-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 | 15 | | |
16 | | - | |
| 16 | + | |
0 commit comments