diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 18f4176fd82..8f8fdf15d15 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -112,6 +112,10 @@ jobs: shell: bash run: task configure --yes + - name: Run configure again to ensure idempotency + shell: bash + run: task configure --yes + - name: Run kubeconform shell: bash run: ./.github/scripts/kubeconform.sh ./kubernetes diff --git a/Taskfile.yaml b/Taskfile.yaml index af22e1b73ff..c1bae05f93c 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -64,7 +64,7 @@ tasks: .template: internal: true cmds: - - ./.venv/bin/makejinja + - ./.venv/bin/makejinja --force - task: sops:encrypt:all preconditions: - { msg: "bootstrap addons file not found", sh: "test -f {{.BOOTSTRAP_DIR}}/vars/addons.yaml" } diff --git a/requirements.txt b/requirements.txt index 0c1db730db6..900a36584b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ -ansible==9.1.0 ansible-lint==6.22.1 -# https://github.com/pyca/bcrypt/issues/684 -bcrypt==4.1.2 +ansible==9.1.0 +bcrypt==4.1.2 # https://github.com/pyca/bcrypt/issues/684 jmespath==1.0.1 -makejinja==2.3.4 +makejinja==2.3.5 netaddr==0.10.1 openshift==0.13.2 passlib==1.7.4