pbs_users: hide secrets
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
ci/woodpecker/push/ansible-playbook Pipeline was successful

This commit is contained in:
Michael Grote 2024-07-23 10:16:24 +02:00
parent c43eb89f76
commit 2a83ca425f

View file

@ -10,6 +10,7 @@
ansible.builtin.command: "proxmox-backup-manager user create {{ item.name }}@{{ item.realm }}"
loop: "{{ pbs_users }}"
when: "item.name not in users.stdout"
no_log: true
- name: check again which users exist
become: true