You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)
Bug Summary
The module offer only 3 options for pull policy - always, missing, never
However GUI has the fourth one marked as "---------" which is a default pull policy.
Please confirm the following
[email protected]
instead.)Bug Summary
The module offer only 3 options for pull policy - always, missing, never
However GUI has the fourth one marked as "---------" which is a default pull policy.
AWX version
4.6.7
Select the relevant components
Installation method
N/A
Modifications
no
Ansible version
2.15.12
Operating system
RHEL9
Web browser
No response
Steps to reproduce
ansible -m ansible.controller.execution_environment --args="name='B' image='aap-hub.int/ee-minimal-rhel8:latest' pull=''" localhost
or
ansible -m ansible.controller.execution_environment --args="name='B' image='aap-hub.int/ee-minimal-rhel8:latest' pull='---------'" local
host
Expected results
localhost | SUCCESS => {
"changed": false,
"id": 6
}
Actual results
localhost | FAILED! => {
"changed": false,
"msg": "value of pull must be one of: always, missing, never, got: "
}
Additional information
There has to be a way to switch pull policy for each EE to "default"
The text was updated successfully, but these errors were encountered: