We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i use theforeman.foreman.resource_info with the resource type: content_view_histories
i get the following error:
fatal: [occ-main]: FAILED! => {"changed": false, "msg": "Failed to show resource: KeyError: "Unknown action 'show'. Supported actions: index""}
ansible [core 2.15.0] config file = /etc/ansible/ansible.cfg ansible python module location = /usr/lib/python3.11/site-packages/ansible executable location = /usr/bin/ansible python version = 3.11.3 (main, Apr 5 2023, 15:52:25) [GCC 12.2.1 20230201] (/usr/bin/python) jinja version = 3.1.2 libyaml = True
3.10
katello-4.3.1 foreman-3.1.3
- name: "Get content_view_history info" theforeman.foreman.resource_info: username: "{{ admin_user }}" password: "{{ admin_password }}" server_url: "https://{{ fqdn }}" resource: content_view_histories params: id: "31" full_details: true register: result - debug: var: result.resources
CV history Output :-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
When i use theforeman.foreman.resource_info
with the resource type: content_view_histories
i get the following error:
fatal: [occ-main]: FAILED! => {"changed": false, "msg": "Failed to show resource: KeyError: "Unknown action 'show'. Supported actions: index""}
ISSUE TYPE
ANSIBLE VERSION
COLLECTION VERSION
KATELLO/FOREMAN VERSION
STEPS TO REPRODUCE
EXPECTED RESULTS
CV history Output :-)
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: