Pasttle
Create new entry based on #19
Contents:
--- - hosts: localhost tasks: - name: uptimes shell: "sleep 1 && uptime" notify: "print uptimes" register: my_uptimes with_items: - 1 - 2 - 3 handlers: - name: print uptimes debug: msg: "{{ item.stdout }}" with_items: "{{ my_uptimes.results }}" ...
Force syntax:
Password protect this paste:
Is the password encrypted?
Submit