Re: [ansible-project] conflicting action statements: shell, async

2019-05-02 Thread Brian Coca
This should show 'configured paths' for searching for a module `ansible -m debug -a 'msg={{ lookup("config", "DEFAULT_MODULE_PATH") }}' localhhost`, to this you need to add any library/ directories in your roles or adjacent to your playbooks. -- -- Brian Coca -- You received this messag

[ansible-project] conflicting action statements: shell, async

2019-04-29 Thread grimlinzz
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 :