Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit cdb9781

Browse files
authored
Merge pull request #262 from staticdev/bugfix/missing-become-on-package
Fix missing become on package task
2 parents 4b81917 + 2078695 commit cdb9781

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

current-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.2
1+
2.6.3

tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
- name: Install pipx on Debian Bookworm
2929
ansible.builtin.package:
3030
name: pipx
31+
state: present
32+
become: true
3133
when: pipx_version_cmd is failed and ansible_distribution_release == 'bookworm'
3234

3335
- name: Install pipx on non-Bookworm OS

0 commit comments

Comments
 (0)