aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-08-28 18:08:07 -0400
committerspmfox <spmfox@foxwd.com>2024-08-28 18:08:07 -0400
commit2453f089caff5963f0848321a4443990f6077298 (patch)
tree1b561225b017795ef70cb2aab2392e46289da00e
parent2cccdbb42ff3b7a87210bda57870a455fc54147a (diff)
fixing tag logic for new smarter host selection
-rw-r--r--containers.yml2
-rw-r--r--host.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/containers.yml b/containers.yml
index c582178..5697a8a 100644
--- a/containers.yml
+++ b/containers.yml
@@ -6,6 +6,8 @@
name: localhost
ansible_connection: "local"
when: groups['all'] | length == 0
+ tags:
+ - always
- hosts: all
diff --git a/host.yml b/host.yml
index 61f9063..af0d4a8 100644
--- a/host.yml
+++ b/host.yml
@@ -6,6 +6,8 @@
name: "localhost"
ansible_connection: "local"
when: groups['all'] | length == 0
+ tags:
+ - always
- hosts: all