1 2 3 4 5 6 7 8 9 10 11 12 13 14
--- - name: setup python2 hosts: all gather_facts: no tasks: - name: install python2 become: yes raw: "apt-get install python -y" - hosts: all roles: - nginx - pleroma
☐