From 0b2c9925bfb49986d2cfd2455513550b5f2bc43a Mon Sep 17 00:00:00 2001 From: Sreejith Punnapuzha Date: Fri, 15 Jan 2021 09:52:17 -0600 Subject: [PATCH] Add encryption to gates This commit fixes validate site by introducing the encryption mechanism Signed-off-by: Sreejith Punnapuzha Change-Id: I01f6aa7ddfee16b06b40f6bfa06b2192a7931cd3 --- playbooks/airshipctl-gate-runner.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/airshipctl-gate-runner.yaml b/playbooks/airshipctl-gate-runner.yaml index 0c88b2cee..552d67639 100644 --- a/playbooks/airshipctl-gate-runner.yaml +++ b/playbooks/airshipctl-gate-runner.yaml @@ -11,6 +11,8 @@ # limitations under the License. - hosts: primary + vars_files: + - vars/test-config.yaml environment: SOPS_IMPORT_PGP: "{{ airship_config_pgp }}" tasks: