Skip to content

Commit

Permalink
Merge pull request #580 from petracihalova/fix-rhel-roles
Browse files Browse the repository at this point in the history
fix role's version for RHEL operator and RHEL admin role
  • Loading branch information
petracihalova authored Nov 15, 2024
2 parents fd79655 + 9d4ccdb commit 8e9548b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/stage/roles/rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"system": true,
"platform_default": false,
"admin_default": false,
"version": 1,
"version": 2,
"access": [
{
"permission": "advisor:*:*"
Expand Down Expand Up @@ -257,7 +257,7 @@
"system": true,
"platform_default": false,
"admin_default": false,
"version": 1,
"version": 2,
"access": [
{
"permission": "advisor:*:*"
Expand Down

0 comments on commit 8e9548b

Please sign in to comment.