Skip to content

Commit

Permalink
playbooks/usermgmt: Add quotes to 'hosts' template
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Jul 1, 2024
1 parent e9c7cc8 commit 92c9cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/usermgmt/create-users-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
when: groupglob is defined

# FIXME: We run this locally via ipa_host_override for now. Needs cleanup.
- hosts: {{ ipa_host_override | default('managed_cluster') }}
- hosts: "{{ ipa_host_override | default('managed_cluster') }}"
run_once: true
gather_facts: false
vars:
Expand Down

0 comments on commit 92c9cca

Please sign in to comment.