diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-03 22:38:38 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-03 22:38:38 +0200 |
| commit | 97e4317089d29ad1e74daf6a82b05068440f0aa1 (patch) | |
| tree | bf0fe523ec45f9d6cf81eed2a4106ff712e600b1 /roles/python/tasks | |
| parent | 82b90471672d36d3a88d04c181c523c701820eb9 (diff) | |
Add ansible role
Diffstat (limited to 'roles/python/tasks')
| -rw-r--r-- | roles/python/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/python/tasks/main.yml b/roles/python/tasks/main.yml index 45451561..686e99a9 100644 --- a/roles/python/tasks/main.yml +++ b/roles/python/tasks/main.yml @@ -75,3 +75,9 @@ changed_when: true tags: - molecule-idempotence-notest + +- name: "Install packaging for community.general.pipx version installs" + become: true + ansible.builtin.package: + name: "python-packaging" + state: "present" |
