use fqcns for some task

Signed-off-by: Sebastian Gumprich <github@gumpri.ch>
This commit is contained in:
Sebastian Gumprich
2022-10-28 13:20:17 +02:00
parent 582a73b027
commit 48388a3d96
103 changed files with 159 additions and 159 deletions

View File

@ -17,7 +17,7 @@
when: "ansible_os_family == 'Debian'"
- name: Ensure git installed (Archlinux)
pacman:
community.general.pacman:
name:
- git
state: present

View File

@ -22,7 +22,7 @@
when: "ansible_os_family == 'Debian'"
- name: Ensure git installed (Archlinux)
pacman:
community.general.pacman:
name:
- git
state: present