Ansible and Wget | Newbedev
newbedev.com › ansible-and-wgetAnsible and Wget. Don't use shell-module when there is specialized modules available. In your case: - name: create project directory { { common.project_dir }} file: state=directory path= { { common.project_dir }} Note the new module call syntax in the examples above. If you have to use sudo with password remember to give --ask-sudo-pass when ...
Ansible and Wget | Newbedev
https://newbedev.com/ansible-and-wgetAnsible and Wget. Don't use shell-module when there is specialized modules available. In your case: - name: create project directory { { common.project_dir }} file: state=directory path= { { common.project_dir }} Note the new module call syntax in the examples above. If you have to use sudo with password remember to give --ask-sudo-pass when ...