mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
docker-registry: use correct 'layerinfo' key in role hash
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user