Good Morning Everyone, I would like to apply the following patch to ansible and then restart apache: diff --git a/ roles/distgit/pagure/tasks/main.yml b/ roles/distgit/pagure/tasks/main.yml index b3ee3b4..235efff 100644 --- a/ roles/distgit/pagure/tasks/main.yml +++ b/ roles/distgit/pagure/tasks/main.yml @@ -10,6 +10,7 @@ - pagure-milters - pagure-webhook - python-psycopg2 + - python2-pygments2 - redis - libsemanage-python - python-fedora-flask diff --git a/ roles/pagure/frontend/tasks/main.yml b/ roles/pagure/frontend/tasks/main.yml index 7349b33..f5cee6b 100644 --- a/ roles/pagure/frontend/tasks/main.yml +++ b/ roles/pagure/frontend/tasks/main.yml @@ -12,6 +12,7 @@ - pagure-milters - pagure-webhook - python-psycopg2 + - python2-pygments2 - redis - libsemanage-python - mod_ssl Note that this impacts both src.fp.o and pagure.io but src.fp.o already has python2-pygments2 in fact, so nothing changes there, this is only correcting the playbook. In practice only pagure01 and pagure-stg01 are impacted by this change currently. Thoughts? Thanks, Pierre
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx