Skip to content

Commit

Permalink
fixes #37474 - fix: display missing permissions when attempting to up…
Browse files Browse the repository at this point in the history
…date override values

Signed-off-by: gardar <[email protected]>
  • Loading branch information
gardar committed Aug 8, 2024
1 parent d8176a0 commit cbd71d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foreman_ansible/register.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
{ :lookup_values => [:update],
:ansible_variables => [:edit, :update],
:'api/v2/ansible_variables' => [:update],
:'api/v2/ansible_override_values' => [:create, :destroy] },
:'api/v2/ansible_override_values' => [:create, :destroy, :update] },
:resource_type => 'AnsibleVariable'
permission :destroy_ansible_variables,
{
Expand Down

0 comments on commit cbd71d6

Please sign in to comment.