From 8b3346b8966b57c0ea21ca885f342862dfccb1f1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 13 Jun 2020 19:48:33 -0700 Subject: [PATCH] oci-registry: add space Signed-off-by: Kevin Fenzi --- playbooks/groups/oci-registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/oci-registry.yml b/playbooks/groups/oci-registry.yml index 8caddc9f88..5c6b2dd002 100644 --- a/playbooks/groups/oci-registry.yml +++ b/playbooks/groups/oci-registry.yml @@ -25,7 +25,7 @@ - { role: nfs/client, mnt_dir: '/srv/registry', nfs_src_dir: "oci_registry", - when: inventory_hostname.startswith(('oci-registry01.iad2','oci-registry02.iad2')) } + when: inventory_hostname.startswith(('oci-registry01.iad2', 'oci-registry02.iad2')) } pre_tasks: - name: Create /srv/registry on staging and candidate since it does not use NFS