Go to file
Wallun 76ff42fa73
docs: add README.md
2021-11-28 13:25:52 +01:00
tasks feat(tasks): install python3 on rhel 2021-11-28 13:24:16 +01:00
.gitlint ci(pre-commit): add pre-commit configuration 2021-11-28 13:22:58 +01:00
.pre-commit-config.yaml ci(pre-commit): add pre-commit configuration 2021-11-28 13:22:58 +01:00
.yamllint ci(pre-commit): add pre-commit configuration 2021-11-28 13:22:58 +01:00
README.md docs: add README.md 2021-11-28 13:25:52 +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

MIT

Author information

Wallun