mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 20:31:44 +08:00
quoting instance name for pagure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from datetime import timedelta
|
||||
|
||||
INSTANCE_NAME= {{ pagure_instance_name }}
|
||||
INSTANCE_NAME= '{{ pagure_instance_name }}'
|
||||
|
||||
### Set the time after which the admin session expires
|
||||
# There are two sessions on pagure, login that holds for 31 days and
|
||||
|
||||
Reference in New Issue
Block a user