bootstrap_python/README.md

299 B

bootstrap_python

This role installs python3 on using the raw module, as it is a requirement for ansible to run.

Example Playbook

---
- name: Bootstrap
  hosts: "all"
  roles:
    - role: bootstrap_python

License

MIT

Author information

Wallun