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

Package installation breaks ansible yum module #153

Open
MikeFalowski opened this issue Jul 3, 2024 · 1 comment
Open

Package installation breaks ansible yum module #153

MikeFalowski opened this issue Jul 3, 2024 · 1 comment

Comments

@MikeFalowski
Copy link

When I install initial-setup-gui rpm on el9 it breaks ansible yum module. Before installation yum module works fine but after installation such error is returned:

{
    "ansible_facts": {
        "pkg_mgr": "atomic_container"
    },
    "msg": "missing required arguments: image, backend",
    "exception": "  File \"/tmp/ansible_atomic_container_payload_l48suaip/ansible_atomic_container_payload.zip/ansible/module_utils/basic.py\", line 1655, in _check_required_arguments\n    check_required_arguments(spec, param)\n  File \"/tmp/ansible_atomic_container_payload_l48suaip/ansible_atomic_container_payload.zip/ansible/module_utils/common/validation.py\", line 193, in check_required_arguments\n    raise TypeError(to_native(msg))\n",
    "invocation": {
        "module_args": {
            "name": "@MyGroup",
            "state": "latest",
            "values": []
        }
    },
    "_ansible_no_log": false,
    "changed": false
}

I'm not sure if this is place to look, so I would be grateful for any advice where to search for an answer.

@MikeFalowski
Copy link
Author

After checking if this is caused by dependencies, I noticed that actually initial-setup rpm breaks ansible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant