summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Miller <admiller@redhat.com>2016-04-07 15:59:23 +0000
committerAdam Miller <admiller@redhat.com>2016-04-07 15:59:23 +0000
commit2a1210a9871f3af9f7e6fb0f2b0cd02e46ade2eb (patch)
tree0fce9ac3ac799703d085231c8b53398e0dbc0054
parent82938247ad122b835f7a40cd2a0450171b80ab96 (diff)
downloadansible-2a1210a9871f3af9f7e6fb0f2b0cd02e46ade2eb.tar.gz
ansible-2a1210a9871f3af9f7e6fb0f2b0cd02e46ade2eb.tar.xz
ansible-2a1210a9871f3af9f7e6fb0f2b0cd02e46ade2eb.zip
docker-registry: use correct 'layerinfo' key in role hash
Signed-off-by: Adam Miller <admiller@redhat.com>
-rw-r--r--playbooks/groups/docker-registry.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/groups/docker-registry.yml b/playbooks/groups/docker-registry.yml
index 63d8c63f0..e1b87c00e 100644
--- a/playbooks/groups/docker-registry.yml
+++ b/playbooks/groups/docker-registry.yml
@@ -54,7 +54,7 @@
},
storage: {
cache: {
- layeredinfo: "inmemory"
+ layerinfo: "inmemory"
},
filesystem: {
rootdirectory: "/srv/"
@@ -78,7 +78,7 @@
},
storage: {
cache: {
- layeredinfo: "inmemory"
+ layerinfo: "inmemory"
},
filesystem: {
rootdirectory: "/srv/"