Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to set default pull policy for ee #15824

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Conversation

kk-at-redhat
Copy link

SUMMARY

Ability to switch execution environment pull policy to "---------" - default option

related #15821

ISSUE TYPE

Bug, Docs Fix or other nominal change

COMPONENT NAME

Collection

AWX VERSION
4.6.7
ADDITIONAL INFORMATION

Testing

ansible -m ansible.controller.execution_environment --args="name='B' image='aap-hub.int/ee-minimal-rhel8:latest' pull='missing'" localhost

localhost | CHANGED => {
    "changed": true,
    "id": 6
}

ansible -m ansible.controller.execution_environment --args="name='B' image='aap-hub.int/ee-minimal-rhel8:latest' pull=''" localhost

localhost | CHANGED => {
    "changed": true,
    "id": 6
}

ansible -m ansible.controller.execution_environment --args="name='B' image='aap-hub.int/ee-minimal-rhel8:latest' pull='never'" localhost

localhost | CHANGED => {
    "changed": true,
    "id": 6
}

ansible -m ansible.controller.execution_environment --args="name='B' image='aap-hub.int/ee-minimal-rhel8:latest' pull=''" localhost

localhost | CHANGED => {
    "changed": true,
    "id": 6
}

@github-actions github-actions bot added component:awx_collection issues related to the collection for controlling AWX community labels Feb 8, 2025
Copy link

sonarqubecloud bot commented Feb 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community component:awx_collection issues related to the collection for controlling AWX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant