lavenderguiar
3 years ago
3 changed files with 26 additions and 2 deletions
@ -0,0 +1,9 @@ |
|||
--- |
|||
- name: linode-preflight | Install Python |
|||
raw: test -e /usr/bin/python || (sudo apt-get -y update && sudo apt-get install -y python2-minimal) |
|||
register: common__pyout |
|||
become: yes |
|||
changed_when: |
|||
- False |
|||
- common__pyout.stdout != "" |
|||
- common__pyout.stderr != "\r\n" |
@ -1,4 +1,5 @@ |
|||
--- |
|||
- include_tasks: ansible_dependencies.yml |
|||
- include_tasks: preflight.yml |
|||
- include_tasks: add_user.yml |
|||
- include_tasks: firewall.yml |
Loading…
Reference in new issue