Skip to content

Commit

Permalink
kjb
Browse files Browse the repository at this point in the history
  • Loading branch information
a94osama committed Mar 8, 2023
1 parent 279c65f commit bb39549
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/ansible/roles/deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
apt:
autoremove: yes

- name: "install dependencies."
become: yes
apt:
name: ["nodejs", "npm"]
state: latest
update_cache: yes
# - name: "install dependencies."
# become: yes
# apt:
# name: ["nodejs", "npm"]
# state: latest
# update_cache: yes

- name: "install python for Ansible."
become: true
Expand Down

0 comments on commit bb39549

Please sign in to comment.