pbs_users: hide secrets
This commit is contained in:
parent
c43eb89f76
commit
2a83ca425f
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
ansible.builtin.command: "proxmox-backup-manager user create {{ item.name }}@{{ item.realm }}"
|
ansible.builtin.command: "proxmox-backup-manager user create {{ item.name }}@{{ item.realm }}"
|
||||||
loop: "{{ pbs_users }}"
|
loop: "{{ pbs_users }}"
|
||||||
when: "item.name not in users.stdout"
|
when: "item.name not in users.stdout"
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: check again which users exist
|
- name: check again which users exist
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in a new issue