Merge pull request #33 from xarses/fix-default-mapping
Default tags for resources should not be node specific
This commit is contained in:
commit
64d16fa27c
@ -7,4 +7,5 @@ actions:
|
||||
remove: simple/docker/remove.yml
|
||||
input:
|
||||
base_image: ubuntu
|
||||
tags: [n/1]
|
||||
tags: [service/docker]
|
||||
|
||||
|
@ -13,4 +13,4 @@ input:
|
||||
users:
|
||||
- name: test1
|
||||
password: test1
|
||||
tags: [n/1]
|
||||
tags: [service/mariadb]
|
||||
|
Loading…
Reference in New Issue
Block a user