Skip to content

Commit

Permalink
Run nginx validation with higher priviledges
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaranjo89 committed Dec 6, 2024
1 parent 980bdda commit 750260b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/echaloasuerte-3/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
register: nginx_test_result
changed_when: false
failed_when: nginx_test_result.rc != 0
become: yes

- name: Ensure nginx is running
service:
Expand Down

0 comments on commit 750260b

Please sign in to comment.