Skip to content
Snippets Groups Projects
Commit 59a669a2 authored by nimrod's avatar nimrod
Browse files

- Use the make module instead of the command module.

parent 23d335f4
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment