36529/multilines-in-shell-script-inside-ansible-playbook
You could write your playbook in this manner
--- - hosts: all tasks: - name: multiline shell command shell: > ls --color /home register: stdout - name: debug output debug: msg={{ stdout }}
This can work out for you: - name: ...READ MORE
Hey Ayaan, you could probably use this ...READ MORE
Use an indexed hostname, and then define ...READ MORE
Hey, @Nishit seems like you've made a ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hey @Cerci, Of course its possible. You ...READ MORE
Hey @Rahul thanks for a better question ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.