Skip to content

Commit

Permalink
playbooks/usermgmt: tmp: add slurm_user_facing_override
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Jul 18, 2024
1 parent 8b931f1 commit c10c93d
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 @@ -58,7 +58,7 @@
loop: "{{ hostvars['localhost']['groupdata'] | default({}) | dict2items }}"
tags: usermgmt-nfs

- hosts: slurm_user_facing
- hosts: "{{ slurm_user_facing_override | default('slurm_user_facing') }}"
run_once: true
gather_facts: false
vars:
Expand Down

0 comments on commit c10c93d

Please sign in to comment.