Skip to content

Commit

Permalink
Merge pull request #14 from nasa/35.x
Browse files Browse the repository at this point in the history
fix: have root declare the unarchive user/group/mode
  • Loading branch information
jamesmontalvo3 authored Jul 3, 2023
2 parents 8553dbd + b002d2c commit 1239d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/roles/saml/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@

- name: Unarchive simplesamlphp tarball if new
become: yes
become_user: "meza-ansible"
unarchive:
src: "{{ m_home }}/meza-ansible/simplesamlphp-{{ simplesamlphp_version }}.tar.gz"
dest: "{{ m_simplesamlphp_path }}"
Expand Down

0 comments on commit 1239d06

Please sign in to comment.