From 7a8ed31b715f21bf1d24536684761b9f18415875 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 12 Jul 2020 08:56:01 +0200 Subject: [PATCH] Fix maintain-github-mirror The script needs yaml, install it. Change-Id: Ied64412a8814978d0c15acb7bc98f2d66a7ad18f --- playbooks/maintain-github-mirror/run.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/maintain-github-mirror/run.yaml b/playbooks/maintain-github-mirror/run.yaml index 73c2a6589a..0171f4d671 100644 --- a/playbooks/maintain-github-mirror/run.yaml +++ b/playbooks/maintain-github-mirror/run.yaml @@ -11,7 +11,9 @@ - name: Install dependencies pip: - name: PyGithub + name: + - PyGithub + - PyYAML virtualenv: "{{ ansible_user_dir }}/.venv" virtualenv_command: "{{ ensure_pip_virtualenv_command }}"