Actualiser proxmox_delete_user.yml
This commit is contained in:
parent
bf8dd0c635
commit
b094151082
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Supprimer un utilisateur Proxmox
|
- name: Supprimer un utilisateur Proxmox
|
||||||
hosts: Proxmox
|
hosts: proxmox
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become: true
|
become: true
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
@ -68,4 +68,4 @@
|
||||||
|
|
||||||
- name: Résumé
|
- name: Résumé
|
||||||
debug:
|
debug:
|
||||||
msg: "Utilisateur {{ userid }} supprimé (ou déjà inex
|
msg: "Utilisateur {{ userid }} supprimé (ou déjà inexistant)."
|
||||||
Loading…
Reference in New Issue