From 3bcb5fca7901df23ec71a6ef9566f0d59a9e57ca Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 28 Jul 2022 11:09:01 +1000 Subject: [PATCH] trigger-rtd: fix role syntax This doesn't need a name: when included like this. I guess Ansible accepts it, but it doesn't document this working anywhere. Change-Id: Ibe6fa9296041af54f39a3ef69957d0e8a0df0259 --- playbooks/publish/trigger-rtd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/publish/trigger-rtd.yaml b/playbooks/publish/trigger-rtd.yaml index 39299da55b..26505c8ccc 100644 --- a/playbooks/publish/trigger-rtd.yaml +++ b/playbooks/publish/trigger-rtd.yaml @@ -1,3 +1,3 @@ - hosts: localhost roles: - - name: trigger-readthedocs + - trigger-readthedocs