Fix maintain-github-mirror

The script needs yaml, install it.

Change-Id: Ied64412a8814978d0c15acb7bc98f2d66a7ad18f
This commit is contained in:
Andreas Jaeger 2020-07-12 08:56:01 +02:00
parent 2c24d267cd
commit 7a8ed31b71
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
- name: Install dependencies - name: Install dependencies
pip: pip:
name: PyGithub name:
- PyGithub
- PyYAML
virtualenv: "{{ ansible_user_dir }}/.venv" virtualenv: "{{ ansible_user_dir }}/.venv"
virtualenv_command: "{{ ensure_pip_virtualenv_command }}" virtualenv_command: "{{ ensure_pip_virtualenv_command }}"