summaryrefslogtreecommitdiff
path: root/examples/user_delete.yaml
blob: db5cc1983593c8c7da70ce41df4f6948fcda3b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
hosts: localhost
parallelism: false
tasks:
  - name: Eliminar usuario de servicio
    module: users
    args:
      state: absent
      username: servicio
      home: /home/servicio
      groups: docker
      shell: /bin/bash
      become: true