Removed a few syntax bugs in Archlinux configuration

This commit is contained in:
Christian Wolf
2020-03-28 13:00:01 +01:00
parent 4bc73ff4bb
commit 8c9b5ea6dd
3 changed files with 3 additions and 3 deletions

View File

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