Dave Thacker
2015-07-27 14:40:11 UTC
I want to add an alias to the end of my /etc/aliases file.
I've tried
action: lineinfile dest="/etc/aliases" backup=yes state=present
insertafter=EOF line="root\: ***@example.com"
action: lineinfile dest="/etc/aliases" backup=yes state=present
insertafter=EOF line='root: ***@example.com'
I'm tripping on the colon after root.
Thanks in advance
DT
I've tried
action: lineinfile dest="/etc/aliases" backup=yes state=present
insertafter=EOF line="root\: ***@example.com"
action: lineinfile dest="/etc/aliases" backup=yes state=present
insertafter=EOF line='root: ***@example.com'
I'm tripping on the colon after root.
Thanks in advance
DT
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/706928ea-0a34-4551-80aa-10804ab4091e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/706928ea-0a34-4551-80aa-10804ab4091e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.