working through each file
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: Install pipx pkg
|
||||
become: "{{ archive_become }}"
|
||||
community.general.pipx:
|
||||
executable: "{{ pipx_exec }}"
|
||||
name: "{{ pipx_pkg }}"
|
||||
state: latest
|
||||
|
||||
Reference in New Issue
Block a user