Fix typo
This commit is contained in:
parent
17d132fd27
commit
6ab822b847
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
enabled: no
|
||||
masked: yes
|
||||
state: stopped
|
||||
- when: packagekitservice.stat.exists
|
||||
when: packagekitservice.stat.exists
|
||||
- name: Disable PackageKit offline updates
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
|
@ -32,7 +32,7 @@
|
|||
enabled: no
|
||||
masked: yes
|
||||
state: stopped
|
||||
- when: packagekitservice.stat.exists
|
||||
when: packagekitservice.stat.exists
|
||||
- name: Enable automatic updates
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
|
|
Loading…
Reference in a new issue