Merge branch 'main' of ssh://pagure.io/fedora-infra/ansible
This commit is contained in:
commit
5f782e878b
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ items:
|
||||||
rm -rf anitya
|
rm -rf anitya
|
||||||
# Let's use staging auth server in staging
|
# Let's use staging auth server in staging
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/lib/python3.8/site-packages/social_core/backends/fedora.py
|
RUN sed -i 's/id.fedoraproject.org/id.stg.fedoraproject.org/g' /usr/lib/python3.9/site-packages/social_core/backends/fedora.py
|
||||||
{% endif %}
|
{% endif %}
|
||||||
RUN mkdir /httpdir
|
RUN mkdir /httpdir
|
||||||
RUN chmod 777 /httpdir
|
RUN chmod 777 /httpdir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue