[ansible-project] Re: Unable to run playbook (Syntax Error)

2018-04-30 Thread Joshua Hill
On Monday, April 30, 2018 at 5:26:30 PM UTC-4, Joshua Hill wrote: > > Can someone show me where my mistakes are with the below playbook? When i > try to run this playbook it tells me it fails at > > - name: run multiple commands on remote nodes > ^ here > > --- > -

[ansible-project] Re: Unable to run playbook (Syntax Error)

2018-04-30 Thread Joshua Hill
Same issue On Monday, April 30, 2018 at 5:26:30 PM UTC-4, Joshua Hill wrote: > > Can someone show me where my mistakes are with the below playbook? When i > try to run this playbook it tells me it fails at > > - name: run multiple commands on remote nodes > ^ her

[ansible-project] Unable to run playbook (Syntax Error)

2018-04-30 Thread Joshua Hill
Can someone show me where my mistakes are with the below playbook? When i try to run this playbook it tells me it fails at - name: run multiple commands on remote nodes ^ here --- - name: get version hosts: all gather_facts: false connection: local tasks: - name: run