remove recursive private var definition

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2016-06-24 20:41:50 +00:00
parent 236dbb814e
commit 8eb4dc5ba9
2 changed files with 0 additions and 4 deletions

View file

@ -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"
}

View file

@ -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"
}