Skip to content

Commit

Permalink
Fix ansible linter offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Sep 29, 2023
1 parent bd1a240 commit a2ed663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/ethercalc/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
ansible.builtin.command: npm clean-install
args:
chdir: "{{ ethercalc_path }}"
become: true
become_user: "{{ ethercalc_user }}"
1 change: 1 addition & 0 deletions roles/ethercalc/tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
repo: "{{ ethercalc_repository }}"
dest: "{{ ethercalc_path }}"
version: "{{ ethercalc_repository_version }}"
become: true
become_user: "{{ ethercalc_user }}"
notify:
- Install nodejs dependencies
Expand Down

0 comments on commit a2ed663

Please sign in to comment.