Skip to content

Commit 3bd0f24

Browse files
committed
Fix dependencies installation
1 parent 844f8a8 commit 3bd0f24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/engine/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
- name: Install services declarations dependencies
3131
ansible.builtin.command:
32-
cmd: npm install ci
32+
cmd: npm ci
3333
chdir: '/home/{{ ansible_user }}/{{ ota_engine_declarations_directory }}'
3434
tags:
3535
- update-declarations

roles/federated_api/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
- name: Install dependencies
3737
ansible.builtin.command:
38-
cmd: npm install ci
38+
cmd: npm ci
3939
chdir: '/home/{{ ansible_user }}/{{ ota_federated_api_directory }}'
4040

4141
- name: Add .env file

0 commit comments

Comments
 (0)