Minor change

This commit is contained in:
flyingscorpio@clevo 2022-08-14 10:47:53 +02:00
parent d79262bc92
commit 9b215b4e4d

View file

@ -28,7 +28,7 @@
- wget - wget
when: ansible_facts['distribution'] == 'Debian' when: ansible_facts['distribution'] == 'Debian'
- name: Update pkgfile for Archlinux - name: Update pkgfile (Archlinux)
become: true become: true
command: pkgfile -u command: pkgfile -u
when: ansible_facts['distribution'] == 'Archlinux' when: ansible_facts['distribution'] == 'Archlinux'