We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844f8a8 commit 3bd0f24Copy full SHA for 3bd0f24
roles/engine/tasks/main.yml
@@ -29,7 +29,7 @@
29
30
- name: Install services declarations dependencies
31
ansible.builtin.command:
32
- cmd: npm install ci
+ cmd: npm ci
33
chdir: '/home/{{ ansible_user }}/{{ ota_engine_declarations_directory }}'
34
tags:
35
- update-declarations
roles/federated_api/tasks/main.yml
@@ -35,7 +35,7 @@
36
- name: Install dependencies
37
38
39
chdir: '/home/{{ ansible_user }}/{{ ota_federated_api_directory }}'
40
41
- name: Add .env file
0 commit comments