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
|
enabled: no
|
||||||
masked: yes
|
masked: yes
|
||||||
state: stopped
|
state: stopped
|
||||||
- when: packagekitservice.stat.exists
|
when: packagekitservice.stat.exists
|
||||||
- name: Disable PackageKit offline updates
|
- name: Disable PackageKit offline updates
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
enabled: no
|
enabled: no
|
||||||
masked: yes
|
masked: yes
|
||||||
state: stopped
|
state: stopped
|
||||||
- when: packagekitservice.stat.exists
|
when: packagekitservice.stat.exists
|
||||||
- name: Enable automatic updates
|
- name: Enable automatic updates
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
|
|
Loading…
Reference in a new issue