project-config/playbooks/sphinx/run.yaml
Andreas Jaeger 8e607896c4 Fix sphinx playbook: install-if-python was renamed
The new name is ensure-if-python, use it to unbreak the sphinx job.

Change-Id: If03c299eea48aa73e0ef320d0f4903b2effb3ba1
2020-05-26 15:42:45 +02:00

5 lines
58 B
YAML

- hosts: all
roles:
- ensure-if-python
- sphinx