Jelajahi Sumber

[ANSIBLE0013] Use shell only when shell functionality is required

Jared Ledvina 7 tahun lalu
induk
melakukan
65bdbe82b7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      handlers/main.yml

+ 1 - 1
handlers/main.yml

@@ -59,7 +59,7 @@
   command: /usr/sbin/svccfg import /opt/local/lib/svc/manifest/uchiwa.xml
 
 - name: Build and deploy Uchiwa
-  shell: npm install --production
+  command: npm install --production
   args:
     chdir: "{{ uchiwa_path }}/go/src/github.com/sensu/uchiwa"
   become: true