Skip to content

Commit

Permalink
fix(FIREWALL): sudo for log file access
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Nov 7, 2023
1 parent 735e2a7 commit 125601b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vale/Vocab/collection/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ DOWNLOADER|downloader
HOMESHICK|homeshick
Homebrew|homebrew
JumpCloud|jumpcloud
SUDO|sudo
URL|url
YAMLLINT
boolean
Expand Down
1 change: 1 addition & 0 deletions roles/firewall/molecule/common/tasks/display_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
loop_var: firewall_molecule_log_file

- name: Read Log Files
become: true
ansible.builtin.slurp:
path: "{{ firewall_molecule_log_file.stat.path }}"
register: firewall_molecule_log_data
Expand Down

0 comments on commit 125601b

Please sign in to comment.