From eb9d818fecadb7ab4ba97ae5f7c6a03bfaf0c3d9 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 31 Oct 2018 16:32:45 +0100 Subject: [PATCH] Fix the tag. --- shibboleth-sp-2/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth-sp-2/tasks/main.yml b/shibboleth-sp-2/tasks/main.yml index f20e8a07..24a748d6 100644 --- a/shibboleth-sp-2/tasks/main.yml +++ b/shibboleth-sp-2/tasks/main.yml @@ -21,4 +21,4 @@ - name: Ensure that the shibd service is running and enabled service: name=shibd state=started enabled=yes - tags: [ 'shibbolet', 'shibbolet_sp' ] + tags: [ 'shibboleth', 'shibbolet_sp' ]