awesome. that was it. thanks much! On Mon, Aug 17, 2015 at 12:33 AM, Brian Coca <[email protected]> wrote:
> you are using the file module, when you mean to use the copy module, > change the task to this: > > - name: Copy Sensu Repo configuration file > copy: src=sensu.repo dest=/etc/yum.repos.d/sensu.repo owner=root > group=root > > > -- > 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/CAJ5XC8kw-vUqyK4Dz_23aFikdUi-QGm%3D7hLrObLV7Qkm3Y-NPg%40mail.gmail.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 [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/CAKsMCETAMcJN77ZxX-s%2Bsfz9_cBDuHekjCjfeT7Bzb8NwVDV3A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
