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
When trying to add organization parameters on the Satellite server using collection redhat.satellite add the new parameter but removes the old/existing parameters.
Actually this is better.
Imagine that someone changes the configuration for the UI, the API or the CLI and this configuration is not part of the inventory. I want to run my playbooks to configure Satellite to my desired state, I don't want to look for diffs which are close to impossible to implement using Ansible.
SUMMARY
When trying to add organization parameters on the Satellite server using collection redhat.satellite add the new parameter but removes the old/existing parameters.
ISSUE TYPE
ANSIBLE VERSION
ansible-playbook [core 2.15.8]
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/runner/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python3.9/site-packages/ansible
ansible collection location = /runner/requirements_collections:/home/runner/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible-playbook
python version = 3.9.18 (main, Sep 22 2023, 17:58:34) [GCC 8.5.0 20210514 (Red Hat 8.5.0-20)] (/usr/bin/python3.9)
jinja version = 3.1.2
libyaml = True
COLLECTION VERSION
redhat.satellite 3.10.0
STEPS TO REPRODUCE
Create a playbook to add organization parameters on the Satellite server.
EXPECTED RESULTS
The new parameter should be added along with the existing parameters for the Satellite organization.
ACTUAL RESULTS
The old/existing organization parameters are removed and the new parameter is added to the organization.
The text was updated successfully, but these errors were encountered: