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