On 02/28/2014 02:12 AM, Ben Turner wrote:
> Keen to see this in Ansible Core too - does anyone have a link to any
> previous pull request ?
>
> On Tuesday, 13 August 2013 07:26:59 UTC+10, Brian Coca wrote:
>
>     one was rejected, i put on my list to 'fix it up for acceptance'
>     but haven't gotten around to it yet.
>
>     -- 
>     Brian Coca
>     Stultorum infinitus est numerus
>     
> 0110000101110010011001010110111000100111011101000010000001111001011011110111010100100000011100110110110101100001011100100111010000100001
>
>     Pedo mellon a minno
>
> -- 
> 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/43f5f1dd-fee8-4961-bdea-fe7f615b62b4%40googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

If you don't need this task to be idempotent, you can use something like
this:

- name: Update debian alternatives
  command: /usr/sbin/update-alternatives --set {{ item.name }} {{ item.path }}
  with_items:
    - name: editor
      path: /usr/bin/vim.basic

-- 
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/5310528A.4050002%40yahoo.gr.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to