From e327c8462d584dec948f3a8fe631c03c4bef9bf4 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Tue, 22 Oct 2024 21:25:30 +0100 Subject: [PATCH] update apt role --- .gitlab-ci.yml | 1 + meta/requirements.yml | 2 +- molecule/bookworm_cli/requirements.yml | 2 +- molecule/bookworm_fpm/requirements.yml | 2 +- molecule/default/requirements.yml | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04e3590..5842c2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ # You should have received a copy of the GNU General Public License along with the Webarchitects PHP Ansible role. If not, see <https://www.gnu.org/licenses/>. --- variables: + ANSIBLE_ANY_ERRORS_FATAL: "1" ANSIBLE_CALLBACK_RESULT_FORMAT: "yaml" ANSIBLE_DIFF_ALWAYS: "1" ANSIBLE_DISPLAY_SKIPPED_HOSTS: "0" diff --git a/meta/requirements.yml b/meta/requirements.yml index 2775715..cf0fad4 100644 --- a/meta/requirements.yml +++ b/meta/requirements.yml @@ -10,6 +10,6 @@ --- - name: apt src: https://git.coop/webarch/apt.git - version: 4.6.0 # apt + version: 4.6.1 # apt scm: git ... diff --git a/molecule/bookworm_cli/requirements.yml b/molecule/bookworm_cli/requirements.yml index 2775715..cf0fad4 100644 --- a/molecule/bookworm_cli/requirements.yml +++ b/molecule/bookworm_cli/requirements.yml @@ -10,6 +10,6 @@ --- - name: apt src: https://git.coop/webarch/apt.git - version: 4.6.0 # apt + version: 4.6.1 # apt scm: git ... diff --git a/molecule/bookworm_fpm/requirements.yml b/molecule/bookworm_fpm/requirements.yml index 2775715..cf0fad4 100644 --- a/molecule/bookworm_fpm/requirements.yml +++ b/molecule/bookworm_fpm/requirements.yml @@ -10,6 +10,6 @@ --- - name: apt src: https://git.coop/webarch/apt.git - version: 4.6.0 # apt + version: 4.6.1 # apt scm: git ... diff --git a/molecule/default/requirements.yml b/molecule/default/requirements.yml index 2775715..cf0fad4 100644 --- a/molecule/default/requirements.yml +++ b/molecule/default/requirements.yml @@ -10,6 +10,6 @@ --- - name: apt src: https://git.coop/webarch/apt.git - version: 4.6.0 # apt + version: 4.6.1 # apt scm: git ... -- GitLab