From 55304ac4d9b9a1a9734a9d474bb63df791b8bacb Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 7 Aug 2021 12:16:07 -0500 Subject: [PATCH] Rename pistorage to tags_pistorage --- playbooks/pistorage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/pistorage.yml b/playbooks/pistorage.yml index de28c67..2ab3690 100755 --- a/playbooks/pistorage.yml +++ b/playbooks/pistorage.yml @@ -2,7 +2,7 @@ # vim:ft=ansible: --- # Mass storage Pis -- hosts: pistorage +- hosts: tags_pistorage tasks: - name: assure mount directory file: path=/data state=directory mode=0755