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

create receptor group if missing #15276

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

rchaud
Copy link
Contributor

@rchaud rchaud commented Jun 14, 2024

SUMMARY

Create receptor group if missing

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API
AWX VERSION
23.9.0
ADDITIONAL INFORMATION

It seems the receptor podman task fails if the group does not exist for AlmaLinux 9 as the group is not created.

TASK [ansible.receptor.podman : Create directory for podman runtime config] ***********************************************************************************************************************************************************************************************
fatal: [node01]: FAILED! => {"changed": false, "gid": 0, "group": "root", "mode": "0750", "msg": "chgrp failed: failed to look up group awx", "owner": "awx", "path": "/home/awx/.config", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 6, "state": "directory", "uid": 1001}

@fosterseth
Copy link
Member

fosterseth commented Jul 10, 2024

@TheRealHaoLiu seems like we never create the receptor_group (in awx nor receptor collection)...how did this ever work?

@TheRealHaoLiu
Copy link
Member

what installation method are u using? RPM? from github release?

@rchaud
Copy link
Contributor Author

rchaud commented Jul 18, 2024

what installation method are u using? RPM? from github release?

I am using the AWX Operator to deploy AWX.

@TheRealHaoLiu TheRealHaoLiu force-pushed the feature/install_receptor_group branch from 6d6803b to 4d8ed23 Compare July 18, 2024 17:46
@TheRealHaoLiu TheRealHaoLiu enabled auto-merge (squash) July 18, 2024 17:47
@TheRealHaoLiu
Copy link
Member

thanks @rchaud for the contribution I approved and enabled auto-merge

@TheRealHaoLiu TheRealHaoLiu merged commit bb53328 into ansible:devel Jul 18, 2024
21 of 22 checks passed
djyasin pushed a commit to djyasin/awx that referenced this pull request Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants