[ansible-devel] Ansible Tower Copy Module can't find file on Ansible Controller

2020-10-01 Thread tntda...@gmail.com
Hi all, Hoping to get some feedback and help here as I am lost on this one... Issue: When running the below code through Tower: - name: "Copy cert file to target host" become: yes copy: src: "/tmp/my.jks" dest: "{{ mule_home }}/certs/" owner: serviceaccountuser group: serviceaccountgroup I get t

Re: [ansible-devel] Ansible Tower Copy Module can't find file on Ansible Controller

2020-10-01 Thread tntda...@gmail.com
pose to isolated jobs. > > -John > > > > On Oct 1, 2020, at 8:56 AM, tntda...@gmail.com wrote: > > Hi all, > > Hoping to get some feedback and help here as I am lost on this one... > > Issue: > When running the below code through Tower: > - name: "Copy

[ansible-devel] requirements.yml failing due to a non existant new line char

2021-02-18 Thread tntda...@gmail.com
Hi all, I have this problem that for the life of me I cannot figure out... been bashing my head for a day now with no luck. I have a role that is used to download application binaries, I pull this role into other various roles/playbooks using requirements.yml, below is the content of the requi