From 78a1e5b09a547098dd46f8c35e17ccf6d37ddfac Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:59:31 +0100 Subject: [PATCH] fixed linter issues --- playbook.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbook.yml b/playbook.yml index fe78657..26f4f38 100644 --- a/playbook.yml +++ b/playbook.yml @@ -64,14 +64,14 @@ kewlfft.aur.aur: name: bluetuith state: present - update_cache: yes + update_cache: true - name: Install i3lock-fancy (window locker) become: true kewlfft.aur.aur: name: i3lock-fancy state: present - update_cache: yes - - name: Install Playerctl (utility for controlling media playing on the device) + update_cache: true + - name: Install Playerctl (control media playing on the device) become: true pacman: name: playerctl @@ -94,7 +94,7 @@ kewlfft.aur.aur: name: jmtpfs state: present - update_cache: yes + update_cache: true - name: Install Unzip (uncompression utility) become: true pacman: