Skip to content

Commit

Permalink
Fixes #38045 - Fix differing hidden_value variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas authored and nofaralfasi committed Dec 16, 2024
1 parent 2f12ded commit 3917763
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/api/v2/ansible_variables/show.json.rabl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object @ansible_variable

attribute :parameter
attributes :id, :variable, :ansible_role, :ansible_role_id, :description, :override,
:variable_type, :hidden_value?, :validator_type,
:variable_type, :validator_type,
:validator_rule, :merge_overrides, :merge_default,
:avoid_duplicates, :override_value_order, :created_at, :updated_at,
:default_value, :imported
Expand All @@ -19,3 +19,5 @@ end
node :override_values_count do |lk|
lk.lookup_values.count
end

node :hidden_value, &:hidden_value?

0 comments on commit 3917763

Please sign in to comment.