try:

- hosts: boxens
  remote_user: root
  tasks:
    - yum: name={{ item }} state=present
      with_items: packages
    - command: "puppet agent --noop --server={{ puppetmaster }}"
    - command: "puppet cert sign {{ ansible_fqdn }}"
      delegate_to: "{{ puppetmaster }}"
      remote_user: "{{lookup('env','USER')}}"

or just set your own user name directly.

-- 
Brian Coca

-- 
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/CAJ5XC8nRpmSTbzosi9ZdE50d19SeamhgDFbWAERnn6TWnB6tgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to