aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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