Files
ansible_role_package/tasks/pkgs/zoxide.yml
Matthew Stobbs ceabce67e4 removed bool check
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
2025-05-12 14:24:27 -06:00

12 lines
281 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Add zoxide
block:
- name: Append zoxide to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['zoxide'] }}"
- name: Set zoxide_configured
ansible.builtin.set_fact:
zoxide_configured: true