bootstrap_python/README.md

23 lines
301 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
2021-12-17 18:02:01 +01:00
GPLv3
2021-11-28 13:25:52 +01:00
# Author information
Wallun <wallun AT disroot DOT org>