Guest User

Untitled

a guest
Jan 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Snippet is:
  2.  
  3. - name: Create root alias
  4. action: lineinfile dest=/etc/mail/aliases regexp="^root:" line='root: isunix' state=present
  5. notify:
  6. - new aliases
  7.  
  8. Error is:
  9. ERROR: Syntax Error while loading YAML script, s10_mail_fix.yml
  10. Note: The error may actually appear before this position: line 10, column 73
  11.  
  12. - name: Create root alias
  13. action: lineinfile dest=/etc/mail/aliases regexp="^root:" line='root: isunix' state=present
Add Comment
Please, Sign In to add comment