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
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
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