mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user