Skip to content

Commit

Permalink
Fix ah_groups failing to create the admin group
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Mar 1, 2024
1 parent c8f2469 commit 5edd803
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions group_vars/all/ah_groups.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
ah_groups: []
# Currently not working
# - name: admin
# perms: all
# state: present
# Role permissions using the 'perms' option is deprecated and will be removed
# in galaxy_collection 3.0.0.Instead, set the group's roles in
# groups_vars/all/ah_group_roles.yml
ah_groups:
- name: admin
state: present
...

0 comments on commit 5edd803

Please sign in to comment.