Add missing comma
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
ea3bcfa284
commit
f1f329821b
2 changed files with 4 additions and 4 deletions
|
@ -126,7 +126,7 @@
|
|||
docker_cert_dir: "/etc/docker/certs.d/registry.stg.fedoraproject.org",
|
||||
candidate_registry: "candidate-registry.stg.fedoraproject.org",
|
||||
candidate_registry_osbs_username: "{{candidate_registry_osbs_staging_username}}",
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_staging_password}}"
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_staging_password}}",
|
||||
when: env == "staging",
|
||||
delegate_to: compose-x86-01.phx2.fedoraproject.org
|
||||
}
|
||||
|
@ -136,7 +136,7 @@
|
|||
docker_cert_dir: "/etc/docker/certs.d/registry.fedoraproject.org",
|
||||
candidate_registry: "candidate-registry.fedoraproject.org",
|
||||
candidate_registry_osbs_username: "{{candidate_registry_osbs_production_username}}",
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_production_password}}"
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_production_password}}",
|
||||
when: env == "production",
|
||||
delegate_to: compose-x86-01.phx2.fedoraproject.org
|
||||
}
|
||||
|
|
|
@ -276,7 +276,7 @@
|
|||
role: push-docker,
|
||||
candidate_registry: "{{docker_registry}}",
|
||||
candidate_registry_osbs_username: "{{candidate_registry_osbs_staging_username}}",
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_staging_password}}"
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_staging_password}}",
|
||||
when: env == "staging"
|
||||
}
|
||||
- {
|
||||
|
@ -297,7 +297,7 @@
|
|||
role: push-docker,
|
||||
candidate_registry: "{{docker_registry}}",
|
||||
candidate_registry_osbs_username: "{{candidate_registry_osbs_production_username}}",
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_production_password}}"
|
||||
candidate_registry_osbs_password: "{{candidate_registry_osbs_production_password}}",
|
||||
when: env == "production"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue