Skip to content

Fix primary group task#60

Open
fidanf wants to merge 2 commits intoweareinteractive:masterfrom
fidanf:fix-primary-group-task
Open

Fix primary group task#60
fidanf wants to merge 2 commits intoweareinteractive:masterfrom
fidanf:fix-primary-group-task

Conversation

@fidanf
Copy link
Contributor

@fidanf fidanf commented Aug 18, 2025

Closes #59

ansible.builtin.group:
name: "{{ users_group }}"
state: present
when: users_group is defined and users_group
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess using () would clarify the precedence here.

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

Successfully merging this pull request may close these issues.

'Adding primary group' task fails to evaluate condition in later Ansible version

2 participants