Hello, i installed ansible 2.7.10 with pip.

Extract from the playbook :

  - name: stop the host
    shell: sleep 2 && shutdown -h now "Ansible updates triggered"
    async: 1
    poll: 0
    ignore_errors: true
 
when i run :


ansible-playbook playbook.yml --syntax-check

I have this error :
  

ERROR! conflicting action statements: shell, async

I find this issue in ansible github repository : 
https://github.com/ansible/ansible/issues/51431.

But i don't understand what he means when he says "the search path that 
ansible uses to find modules".

Thanks for you help. ;)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/19541a7f-a92e-45d6-903e-e7c346186c5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to