remove recursive private var definition
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
236dbb814e
commit
8eb4dc5ba9
2 changed files with 0 additions and 4 deletions
|
@ -103,12 +103,10 @@
|
|||
- {
|
||||
role: push-docker,
|
||||
docker_cert_dir: "/etc/docker/certs.d/registry.stg.fedoraproject.org",
|
||||
private: "{{private}}",
|
||||
when: env == "staging"
|
||||
}
|
||||
- {
|
||||
role: push-docker,
|
||||
docker_cert_dir: "/etc/docker/certs.d/registry.fedoraproject.org",
|
||||
private: "{{private}}",
|
||||
when: env == "production"
|
||||
}
|
||||
|
|
|
@ -74,13 +74,11 @@
|
|||
- {
|
||||
role: push-docker,
|
||||
docker_cert_dir: "/etc/docker/certs.d/registry.stg.fedoraproject.org",
|
||||
private: "{{private}}",
|
||||
when: env == "staging"
|
||||
}
|
||||
- {
|
||||
role: push-docker,
|
||||
docker_cert_dir: "/etc/docker/certs.d/registry.fedoraproject.org",
|
||||
private: "{{private}}",
|
||||
when: env == "production"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue