Another attempt and full error message
- name: add email alias to /etc/alias
action: lineinfile dest="/etc/aliases" backup=yes state=present
insertafter=EOF line="root':' [email protected]"
results in
# Person who should get root's mail
#root: marc
root':' [email protected]
which is nicely quoted but not correct.
DT
On Monday, July 27, 2015 at 9:40:11 AM UTC-5, Dave Thacker wrote:
>
> 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\: [email protected]"
>
> action: lineinfile dest="/etc/aliases" backup=yes state=present
> insertafter=EOF line='root: [email protected]'
>
> 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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/9f42e504-1d19-455e-b348-4407f21fd191%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.