Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1.  
  2. - name: "Create user {{docu.user}}"
  3. user:
  4. name: "{{docu.user}}"
  5. group: "{{docu.user}}"
  6. update_password: on_create
  7. append: yes
  8. shell: /bin/bash
  9.  
  10.  
  11. TASK [ansible : Create user docu] ********************************************************************************************************************************************************
  12. task path: /home/ubuntu/ansible/roles/ansible/tasks/main.yaml:23
  13. fatal: [localhost]: FAILED! => {
  14. "changed": false
  15. }
  16.  
  17. MSG:
  18.  
  19. Group docu does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement