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

16 lines
369 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Add tidy
block:
- name: Load tidy config
ansible.builtin.include_tasks:
file: config/tidy.yml
- name: Append tidy to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + tidy.pkgs }}"
- name: Set tidy_configured
ansible.builtin.set_fact:
tidy_configured: true