write debug lists to files

This commit is contained in:
Matthew Stobbs
2025-03-25 13:49:53 -06:00
parent 3598dc11bb
commit 9a17894bc9
2 changed files with 45 additions and 29 deletions

View File

@@ -9,7 +9,7 @@
- Depend cargo
changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + ['starship'] }}"
pkg_cargo: "{{ pkg_cargo + [{'name': 'starship', 'locked': true}] }}"
- name: Set starship_configured
ansible.builtin.set_fact: