fedora-docs/translation: only run the cron job in sundries01

There is no need to run it on two hosts simultaneously.

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-07-31 14:52:37 +02:00
parent 798bf46c82
commit 51077d022e

View file

@ -54,6 +54,6 @@
mode: 0644
tags:
- fedora-docs-translation
when: env == "production"
when: env == "production" and inventory_hostname.startswith('sundries01')