Commit 6547b7ea authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix #45

* make git checkout to the right place
* screw the apt module for shell that can use wildcards
parent d6bbe887
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    - name: check out latest mw sourve
      git:
        repo: https://projects.sucs.org/arthur/mw.git
        dest: /tmp/
        dest: /tmp/mw
    - name: build the mw deb
      make:
        chdir: /tmp/mw
@@ -16,8 +16,7 @@
        state: stopped
      become: true
    - name: install the latest version of mw
      apt:
        deb: /tmp/mw/mw*.deb
      shell: dpkg -i /tmp/mw/mw*.deb
      become: true
    - name: start mw server
      service: