Fedora vars: drop PackageKit* here as it doesn't work right with dnf module
This commit is contained in:
parent
0ce01de6d0
commit
1eb44bcd2b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
dist_tag: f{{ ansible_distribution_version }}
|
dist_tag: f{{ ansible_distribution_version }}
|
||||||
base_pkgs_inst: ['iptables-services' ]
|
base_pkgs_inst: ['iptables-services' ]
|
||||||
base_pkgs_erase: ['firewalld', 'PackageKit*', 'sendmail', 'at', 'pam_sss']
|
base_pkgs_erase: ['firewalld', 'sendmail', 'at', 'pam_sss']
|
||||||
service_disabled: [ ]
|
service_disabled: [ ]
|
||||||
service_enabled: ['auditd']
|
service_enabled: ['auditd']
|
||||||
is_fedora: True
|
is_fedora: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue