mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
copr-be: copr-ping: we don't need quotes for comments
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
copy:
|
||||
dest: "{{ ping_script }}"
|
||||
content: |
|
||||
\#! /bin/bash
|
||||
\# Rebuild the testing package to check that Copr stack is up&running
|
||||
#! /bin/bash
|
||||
# Rebuild the testing package to check that Copr stack is up&running
|
||||
curl -X POST https://copr.fedorainfracloud.org/webhooks/custom/47259/<secret>/copr-ping/
|
||||
\# you also need to configure ~/.config/copr file for 'bot-copr-ping' user
|
||||
\# for the {{ env }} environment!
|
||||
# you also need to configure ~/.config/copr file for 'bot-copr-ping' user
|
||||
# for the {{ env }} environment!
|
||||
owner: "{{ ping_user }}"
|
||||
group: "{{ ping_user }}"
|
||||
mode: 0700
|
||||
|
||||
Reference in New Issue
Block a user