An ansible role to install python3 using the 'raw' module https://git.hogwarts.fr/hogwarts-ansible/bootstrap_python
Go to file
Wallun 5773bff449
ci(pre-commit): update pre-commit hooks
Update task names to match name[casing] tag in ansible-lint
2023-02-22 10:05:55 +01:00
tasks ci(pre-commit): update pre-commit hooks 2023-02-22 10:05:55 +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): update pre-commit hooks 2023-02-22 10:05:55 +01: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 feat: add Debian-like support 2022-05-25 22:33:53 +02:00

README.md

bootstrap_python

This role installs python3 on using the raw module, as it is a requirement for ansible to run. It currently supports Archlinux-likes, RHEL-likes and Debian-likes.

Example Playbook

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

License

GPLv3

Author information

Wallun