Skip to content

Commit

Permalink
Add one more label
Browse files Browse the repository at this point in the history
  • Loading branch information
BobVanB committed Oct 20, 2023
1 parent bbb21a1 commit 22e802e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/settings/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
loop: "{{ controller_settings is mapping | ternary([controller_settings], controller_settings) }}"
loop_control:
loop_var: __controller_setting_item
label: "{{ __controller_setting_item.name | default(__controller_setting_item.settings) }}"
no_log: "{{ controller_configuration_settings_secure_logging }}"
async: "{{ ansible_check_mode | ternary(0, 1000) }}"
poll: 0
Expand Down

0 comments on commit 22e802e

Please sign in to comment.