mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 12:50:41 +08:00
ipsilon: run the saml2 script as ipsilon user
Right now it runs as root which means ipsilon can't read it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -173,6 +173,8 @@
|
||||
- ipsilon
|
||||
|
||||
- name: generate the saml2 metadata
|
||||
become_user: ipsilon
|
||||
become: yes
|
||||
command:
|
||||
cmd: /usr/local/bin/prepare-saml2-metadata
|
||||
creates: /etc/ipsilon/root/saml2/metadata.xml
|
||||
|
||||
Reference in New Issue
Block a user