Guest User

Untitled

a guest
Mar 5th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ---
  2. - hosts: lxc01
  3. name: add mysql user
  4. mysql_user:
  5. name: bob
  6. password: 12345
  7. priv: '*.*:ALL, GRANT'
  8.  
  9. ERROR! 'mysql_user' is not a valid attribute for a Play
  10.  
  11. The error appears to have been in '/home/sat/jedi/mysq.yml': line 2,
  12. column 3, but may
  13. be elsewhere in the file depending on the exact syntax problem.
  14.  
  15. The offending line appears to be:
  16.  
  17. ---
  18. - hosts: trapeznikov-lxc01
  19. ^ here
Add Comment
Please, Sign In to add comment