From 108193a007a21eed95a6921d4abf6571060c36c2 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Mon, 1 Feb 2021 14:24:13 +0000 Subject: [PATCH] snackpot.yml - tag role invocations with `docker-config` Else tagging doesn't work correctly --- snackpot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/snackpot.yml b/snackpot.yml index 6e40c62..efa3f6a 100644 --- a/snackpot.yml +++ b/snackpot.yml @@ -68,7 +68,8 @@ state: directory with_filetree: templates/docker-compose when: item.state == "directory" - + tags: docker-config + - name: configure docker compose files template: dest: "{{ docker_compose_base_dir }}/{{ item.path }}" @@ -80,7 +81,8 @@ notify: restart docker compose services with_filetree: templates/docker-compose when: item.state == "file" and not item.path.endswith("~") - + tags: docker-config + - name: ensure directory exists file: path: "{{ docker_compose_base_dir }}/bin"