From 36f819cf4f000080d6cb26d19ae7b845fcb0bf69 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 13 Jun 2020 19:52:04 -0700 Subject: [PATCH] oci-registry: syntax is not my friend Signed-off-by: Kevin Fenzi --- playbooks/groups/oci-registry.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/oci-registry.yml b/playbooks/groups/oci-registry.yml index 5c6b2dd002..9e28929fa0 100644 --- a/playbooks/groups/oci-registry.yml +++ b/playbooks/groups/oci-registry.yml @@ -22,10 +22,10 @@ - sudo - { role: openvpn/client, when: env != "staging" } - - { role: nfs/client, - mnt_dir: '/srv/registry', - nfs_src_dir: "oci_registry", - when: inventory_hostname.startswith(('oci-registry01.iad2', 'oci-registry02.iad2')) } + - role: nfs/client + mnt_dir: '/srv/registry' + nfs_src_dir: "oci_registry" + 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