diff --git a/tasks/main.yml b/tasks/main.yml index 6871747..e8c099b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,7 +2,7 @@ # tasks file for syncthing - name: install syncthing - pacman: + package: state: present name: syncthing # not required. Name or list of names of the packages to install, upgrade, or remove. become: yes