From 812f33003ed94d39727e0c10fc03127bcda3082b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Apr 2020 18:16:44 +0000 Subject: [PATCH] autosign / staging: just do not mount ostree mounts for now as we do not have a eth1 setup on that vm Signed-off-by: Kevin Fenzi --- playbooks/manual/autosign.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/playbooks/manual/autosign.yml b/playbooks/manual/autosign.yml index c87bf452d7..35ee675f68 100644 --- a/playbooks/manual/autosign.yml +++ b/playbooks/manual/autosign.yml @@ -39,15 +39,15 @@ nfs_src_dir: 'fedora-ostree-content/compose/ostree' when: env != 'staging' - - role: nfs/client - mnt_dir: '/mnt/fedora_koji/koji/ostree' - nfs_src_dir: 'fedora-ostree-content-stg/ostree' - when: env == 'staging' - - - role: nfs/client - mnt_dir: '/mnt/fedora_koji/koji/compose/ostree' - nfs_src_dir: 'fedora-ostree-content-stg/compose/ostree' - when: env == 'staging' +# - role: nfs/client +# mnt_dir: '/mnt/fedora_koji/koji/ostree' +# nfs_src_dir: 'fedora-ostree-content-stg/ostree' +# when: env == 'staging' +# +# - role: nfs/client +# mnt_dir: '/mnt/fedora_koji/koji/compose/ostree' +# nfs_src_dir: 'fedora-ostree-content-stg/compose/ostree' +# when: env == 'staging' - role: rabbit/queue username: "robosignatory{{ env_suffix }}"