[ansible-project] Re: Complete debug output to file

2021-04-30 Thread Dimitri Yioulos
I'm not sure if I should create another post for this ask: forgive me if I should. As per Racke, here's my playbook now, and it works great: --- - hosts: all gather_facts: false become: yes become_user: root become_method: su # ignore_errors: yes tasks: - name: list java

[ansible-project] Re: Complete debug output to file

2021-04-30 Thread Dimitri Yioulos
I'm not sure if I should create another post for this ask: forgive me if I should. As per Racke, here's my playbook now, and it works great: --- - hosts: all gather_facts: false become: yes become_user: root become_method: su # ignore_errors: yes tasks: - name: list java

[ansible-project] Re: Complete debug output to file

2021-04-26 Thread Dimitri Yioulos
Racke, For my edification, might I ask exactly what your code does? Thanks, Dimitri On Monday, April 26, 2021 at 9:03:19 AM UTC-4 Dimitri Yioulos wrote: > Hello, all. > > It's been a long time since I posted here, so please forgive any posting > faux pas. > > I've created the following

[ansible-project] Re: Complete debug output to file

2021-04-26 Thread Dimitri Yioulos
That worked great; thank you so much! On Monday, April 26, 2021 at 9:03:19 AM UTC-4 Dimitri Yioulos wrote: > Hello, all. > > It's been a long time since I posted here, so please forgive any posting > faux pas. > > I've created the following playboos: > > --- > - name: report aws migrator >