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
This commit is contained in:
Andreas Jaeger 2020-05-26 15:42:45 +02:00
parent 7f10d908e6
commit 8e607896c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
- hosts: all
roles:
- install-if-python
- ensure-if-python
- sphinx