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
|
remove: simple/docker/remove.yml
|
||||||
input:
|
input:
|
||||||
base_image: ubuntu
|
base_image: ubuntu
|
||||||
tags: [n/1]
|
tags: [service/docker]
|
||||||
|
|
||||||
|
@ -13,4 +13,4 @@ input:
|
|||||||
users:
|
users:
|
||||||
- name: test1
|
- name: test1
|
||||||
password: test1
|
password: test1
|
||||||
tags: [n/1]
|
tags: [service/mariadb]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user