mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Since base install ntp on all platforms, we can skip the vars and place it by default (next step is to convert the few playbooks duplicating the role)
8 lines
189 B
YAML
8 lines
189 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
|