ansible/vars/CentOS.yml
Ryan Lerch 89f6f1fc32 Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-28 17:31:45 +10:00

7 lines
190 B
YAML

---
dist_tag: el{{ ansible_distribution_version[0] }}
base_pkgs_inst: []
base_pkgs_erase: ['firstboot-tui', 'bluez-utils', 'sendmail']
service_disabled: []
service_enabled: []
is_rhel: true