Files
ansible_role_package/tasks/pkgs/ansible.yml
Matthew Stobbs 2f3690aded clean up, refactor, documentation
- reducing amount of splitting in configs
- documenting configuration
2025-01-24 23:23:24 -07:00

6 lines
123 B
YAML

# Install ansible for current platform
---
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + [ 'ansible' ] }}"