diff --git a/tasks/main.yml b/tasks/main.yml index e4ab11fcfbbb375d5dbf3bd1d356d8f1f7ff03e7..8ac56a858cdfc09be8a8b207f6dbe36f796c27ec 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -46,11 +46,9 @@ register: gitreceive_fetch - name: Install - when: gitreceive_fetch.changed - tags: ['skip_ansible_lint'] - command: make - args: + make: chdir: /root/gitreceive + target: install - name: Init tags: ['skip_ansible_lint']