From de8c216dbf1db7d1fe0d11d482f030c7cd013842 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 2 Aug 2021 11:00:37 -0500 Subject: [PATCH] Fix incorrect tag naming for k8s Pis --- playbooks/pik8s.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/pik8s.yml b/playbooks/pik8s.yml index 2024d92..f7f6c21 100755 --- a/playbooks/pik8s.yml +++ b/playbooks/pik8s.yml @@ -2,7 +2,7 @@ # vim:ft=ansible: --- # k8s -- hosts: tag_pik8s +- hosts: tags_pik8s gather_facts: no tasks: - name: install nfs-common @@ -17,13 +17,13 @@ - docker - kubelet tags: [ k8s, motd ] -- hosts: tag_pik8s-master +- hosts: tags_pik8s-master gather_facts: no tasks: - name: install openshift pip: name=openshift state=latest tags: [ k8s, packages, pip ] -- hosts: tag_pik8s-node +- hosts: tags_pik8s-node gather_facts: no roles: - role: keepalived