Unmask packagekit.service
This commit is contained in:
parent
2585f017c8
commit
85323be9b9
1 changed files with 0 additions and 7 deletions
|
@ -13,13 +13,6 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- name: Disable PackageKit
|
|
||||||
become: true
|
|
||||||
ansible.builtin.systemd:
|
|
||||||
name: packagekit.service
|
|
||||||
enabled: no
|
|
||||||
masked: yes
|
|
||||||
state: stopped
|
|
||||||
- name: Disable PackageKit offline updates
|
- name: Disable PackageKit offline updates
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
|
|
Loading…
Reference in a new issue