Rather than deploying a script, just run echo from the command line
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0529b1b0da
commit
ea755f5a7c
3 changed files with 1 additions and 10 deletions
|
@ -14,6 +14,6 @@ master_fas_node: False
|
|||
gen_cert: False
|
||||
|
||||
# GDPR SAR variables
|
||||
sar_script: /usr/local/bin/fas-sar.sh
|
||||
sar_script: "echo \"https://admin.fedoraproject.org/accounts/user/view/${SAR_USERNAME}\""
|
||||
sar_script_user: nobody
|
||||
sar_output_file: fas.link
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
# This script is used to generate a FAS user link for inclusion in a SAR tarball
|
||||
echo "https://admin.fedoraproject.org/accounts/user/view/${SAR_USERNAME}"
|
|
@ -392,9 +392,3 @@
|
|||
- config
|
||||
- fas
|
||||
- hotfixfas
|
||||
|
||||
- name: Copy SAR script
|
||||
copy: src=sar.sh dest=/usr/local/bin/fas-sar.sh mode=0755 owner=root group=root
|
||||
tags:
|
||||
- config
|
||||
- fas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue