Re: [ansible-project] open(module, 'wb') SyntaxError for raw module in ansible-playbook

2019-04-04 Thread Sebastian Meyer
On 04.04.19 17:59, Henry Iracheta wrote: > Here is an example of the playbook being tested: > > - hosts: servers > remote_user: x > tasks: > - name: simply test to confirm playbook works > raw: /bin/hostname > > > Any suggestions on how to work around this issue ? You need

Re: [ansible-project] open(module, 'wb') SyntaxError for raw module in ansible-playbook

2019-04-04 Thread Matt Martz
Ansible no longer supports Python 2.4 on target hosts. The last version to support Python 2.4 was Ansible 2.3. On Thu, Apr 4, 2019 at 10:59 AM Henry Iracheta wrote: > I am trying to use Ansible on a remote host that has a version of Python > 2.4.3 installed. My understanding is that a more rece