Go to file
Wallun cb5996113f
chore: use module FQRN
2022-04-27 10:37:13 +02:00
tasks chore: use module FQRN 2022-04-27 10:37:13 +02:00
.gitlint ci(pre-commit): add pre-commit configuration 2021-11-28 13:22:58 +01:00
.pre-commit-config.yaml ci(pre-commit): update hooks 2022-04-27 10:36:59 +02:00
.yamllint ci(pre-commit): add pre-commit configuration 2021-11-28 13:22:58 +01:00
LICENSE chore(license): add GPLv3 license 2021-12-06 17:22:53 +01:00
README.md fix(doc): Update license in README.md 2021-12-17 18:02:01 +01:00

README.md

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

GPLv3

Author information

Wallun