-
Notifications
You must be signed in to change notification settings - Fork 114
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
Added ansible role syncing and delete ansible role... #16054
Added ansible role syncing and delete ansible role... #16054
Conversation
db923c9
to
ae12094
Compare
trigger: test-robottelo |
PRT Result
|
ae12094
to
4e89799
Compare
trigger: test-robottelo |
PRT Result
|
4e89799
to
5f42269
Compare
5f42269
to
da72806
Compare
trigger: test-robottelo |
PRT Result
|
da72806
to
2a29e89
Compare
2a29e89
to
44a7395
Compare
PRT Result
|
919bb87
to
4fcaf61
Compare
trigger: test-robottelo |
PRT Result
|
4fcaf61
to
5d0f13a
Compare
trigger: test-robottelo |
PRT Result
|
add ansible role sync and delete role (cherry picked from commit a565bd6)
add ansible role sync and delete role (cherry picked from commit a565bd6)
add ansible role sync and delete role (cherry picked from commit a565bd6)
Added ansible role syncing and delete ansible role... (#16054) add ansible role sync and delete role (cherry picked from commit a565bd6) Co-authored-by: amolpati30 <[email protected]>
Added ansible role syncing and delete ansible role... (#16054) add ansible role sync and delete role (cherry picked from commit a565bd6) Co-authored-by: amolpati30 <[email protected]>
Added ansible role syncing and delete ansible role... (#16054) add ansible role sync and delete role (cherry picked from commit a565bd6) Co-authored-by: amolpati30 <[email protected]>
While importing the Ansible role, it was noticed that the 'RedHatInsights.insights-client' role had already been imported. This caused issues with the Ansible test cases, resulting in errors due to conflicts between the synced role and the imported role. To resolve this, I used the sync option, which automatically syncs the selected role without requiring the import of all roles.
The
add_single_ansible_role
method will now accept an additional parameter,role
, which will determine the Ansible role to be added to the host.Dependent PR: SatelliteQE/airgun#1542