mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 20:16:58 +08:00
8 lines
196 B
YAML
8 lines
196 B
YAML
---
|
|
dist_tag: el{{ ansible_distribution_version[0] }}
|
|
base_pkgs_inst: [ 'ntp' ]
|
|
base_pkgs_erase: ['firstboot-tui','bluez-utils', 'sendmail']
|
|
service_disabled: []
|
|
service_enabled: []
|
|
is_rhel: True
|