Merge pull request #33 from xarses/fix-default-mapping

Default tags for resources should not be node specific
This commit is contained in:
Łukasz Oleś 2015-04-13 17:29:21 +02:00
commit 64d16fa27c
2 changed files with 3 additions and 2 deletions

View File

@ -7,4 +7,5 @@ actions:
remove: simple/docker/remove.yml
input:
base_image: ubuntu
tags: [n/1]
tags: [service/docker]

View File

@ -13,4 +13,4 @@ input:
users:
- name: test1
password: test1
tags: [n/1]
tags: [service/mariadb]