Commit 59a669a2 authored by nimrod's avatar nimrod
Browse files

- Use the make module instead of the command module.

parent 23d335f4
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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']