Skip to content

Commit

Permalink
lint: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 10, 2023
1 parent f02b8d9 commit 069d926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions elementary/tasks/pia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ansible.builtin.get_url:
url: https://www.privateinternetaccess.com/openvpn/openvpn.zip
dest: ./openvpn.zip
mode: '0644'

- name: Unzip PIA files
ansible.builtin.unarchive:
Expand Down
1 change: 1 addition & 0 deletions ubuntu/tasks/pia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ansible.builtin.get_url:
url: https://www.privateinternetaccess.com/openvpn/openvpn.zip
dest: ./openvpn.zip
mode: '0644'

- name: Unzip PIA files
ansible.builtin.unarchive:
Expand Down

0 comments on commit 069d926

Please sign in to comment.