bootstrap_python/README.md

23 lines
299 B
Markdown
Raw Normal View History

2021-11-28 13:25:52 +01:00
# bootstrap_python
This role installs python3 on using the *raw* module, as it is a requirement for
ansible to run.
# Example Playbook
```yaml
---
- name: Bootstrap
hosts: "all"
roles:
- role: bootstrap_python
```
# License
MIT
# Author information
Wallun <wallun AT disroot DOT org>