8 lines
175 B
YAML
8 lines
175 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- ansible.builtin.set_fact:
|
|
pipx: true
|
|
- name: append to pkgs
|
|
ansible.builtin.set_fact:
|
|
syspkgs: "{{ syspkgs + [ 'pipx' ] }}"
|