feat(baseline): disable dnf-makecache.timer
Some checks failed
Ansible Lint Check / lint (push) Failing after 3m22s
Some checks failed
Ansible Lint Check / lint (push) Failing after 3m22s
Fixes: #7
This commit is contained in:
parent
ec6283101c
commit
6cf2d9a46f
1 changed files with 7 additions and 0 deletions
|
|
@ -110,3 +110,10 @@
|
||||||
ansible.builtin.include_tasks:
|
ansible.builtin.include_tasks:
|
||||||
file: ipaclient.yml
|
file: ipaclient.yml
|
||||||
when: "'ipaservers' not in group_names"
|
when: "'ipaservers' not in group_names"
|
||||||
|
|
||||||
|
- name: Baseline | PATCH | Disable dnf-makecache.timer
|
||||||
|
ansible.builtin.systemd_service:
|
||||||
|
name: dnf-makecache.timer
|
||||||
|
enabled: false
|
||||||
|
state: stopped
|
||||||
|
become: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue