ansible_cfg: template boolean defaults must be "False"#32
ansible_cfg: template boolean defaults must be "False"#32kdevops-kpd[bot] wants to merge 1 commit intomain_basefrom
Conversation
|
Upstream branch: 23c9fca |
2f5eb38 to
f1d00eb
Compare
|
Upstream branch: ef5f294 |
0a9c511 to
8b4e548
Compare
f1d00eb to
f3acfa2
Compare
|
Upstream branch: 7ce773b |
8b4e548 to
d3a2765
Compare
f3acfa2 to
7f47070
Compare
|
Upstream branch: 1199224 |
d3a2765 to
f4c4c65
Compare
7f47070 to
9c7bd6b
Compare
|
Upstream branch: 4a0beb6 |
f4c4c65 to
c720223
Compare
9c7bd6b to
17eb617
Compare
|
Upstream branch: 292c2a5 |
c720223 to
5983bf0
Compare
17eb617 to
b6d2a44
Compare
|
Upstream branch: 76b19c2 |
5983bf0 to
5290698
Compare
b6d2a44 to
a7241fe
Compare
|
Upstream branch: 370657c |
I found that the "disable_skipped_hosts" Kconfig setting was not working. Using "output yaml" with a boolean behaves somewhat counter- intuitively. When the user specifies "Yes, please set this", the variable appears in .extra_vars_auto.yaml with a value of True. When the user specifies "No, please do not set this" the variable does not appear in .extra_vars_auto.yaml at all. To make a template that uses these variables behave correctly, then, the defaults/main.yml setting has to be False always. When the Kconfig setting is enabled, that will override this default. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
5290698 to
1f699f5
Compare
Pull request for series with
subject: ansible_cfg: template boolean defaults must be "False"
version: 1
url: https://patchwork.kernel.org/project/kdevops/list/?series=954020