diff --git a/examples/resources/docker.yml b/examples/resources/docker.yml index 3b704056..4c4ca12f 100644 --- a/examples/resources/docker.yml +++ b/examples/resources/docker.yml @@ -7,4 +7,5 @@ actions: remove: simple/docker/remove.yml input: base_image: ubuntu -tags: [n/1] +tags: [service/docker] + diff --git a/examples/resources/mariadb.yml b/examples/resources/mariadb.yml index 95c3cfeb..0e250843 100644 --- a/examples/resources/mariadb.yml +++ b/examples/resources/mariadb.yml @@ -13,4 +13,4 @@ input: users: - name: test1 password: test1 -tags: [n/1] +tags: [service/mariadb]