Skip to content

Commit

Permalink
[All] Mainly buster related fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Sep 17, 2024
1 parent a7d289c commit c23e827
Show file tree
Hide file tree
Showing 27 changed files with 115 additions and 38 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- [Apt] Fix buster backports/backports_sloppy debian repository uris

## [4.2.0] - 2024-09-04
### Added
- [Apt] Add HAProxy 3.0 repository
Expand Down
4 changes: 3 additions & 1 deletion molecule/maxscale.23.02/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- block: # noqa: name[missing]
- name: Role
Expand Down
4 changes: 3 additions & 1 deletion molecule/maxscale.23.02/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
16 changes: 12 additions & 4 deletions molecule/maxscale.23.08/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- block: # noqa: name[missing]
- name: Role
Expand All @@ -25,7 +27,9 @@

- name: Config
tags: [config]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
tests_dir: /molecule/maxscale/config
tasks:
Expand Down Expand Up @@ -65,7 +69,9 @@

- name: Configs
tags: [configs]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
tests_dir: /molecule/maxscale/configs
tasks:
Expand Down Expand Up @@ -156,7 +162,9 @@

- name: Users
tags: [users]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
tests_dir: /molecule/maxscale/users
tasks:
Expand Down
4 changes: 3 additions & 1 deletion molecule/maxscale.23.08/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
16 changes: 12 additions & 4 deletions molecule/php.5.6/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 5.6
tasks:
Expand Down Expand Up @@ -80,7 +82,9 @@

- name: Exclusive
tags: [exclusive]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 5.6
tasks:
Expand Down Expand Up @@ -122,7 +126,9 @@

- name: Configs
tags: [configs]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 5.6
tests_dir: /molecule/php/configs
Expand Down Expand Up @@ -252,7 +258,9 @@

- name: Fpm Pools
tags: [fpm_pools]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 5.6
tests_dir: /molecule/php/fpm_pools
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.5.6/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.0/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 7.0
tasks:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.0/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.1/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 7.1
tasks:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.1/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.2/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 7.2
tasks:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.2/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.3/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 7.3
tasks:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.3/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
16 changes: 12 additions & 4 deletions molecule/php.7.4/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 7.4
tasks:
Expand Down Expand Up @@ -80,7 +82,9 @@

- name: Exclusive
tags: [exclusive]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 7.4
tasks:
Expand Down Expand Up @@ -122,7 +126,9 @@

- name: Configs
tags: [configs]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 7.4
tests_dir: /molecule/php/configs
Expand Down Expand Up @@ -252,7 +258,9 @@

- name: Fpm Pools
tags: [fpm_pools]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 7.4
tests_dir: /molecule/php/fpm_pools
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.7.4/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.8.0/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 8.0
tasks:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.8.0/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.8.1/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 8.1
tasks:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.8.1/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.8.2/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 8.2
tasks:
Expand Down
4 changes: 3 additions & 1 deletion molecule/php.8.2/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Prepare
tags: [always]
hosts: debian
hosts:
- debian
- "!debian.buster"
tasks:
- name: Apt
ansible.builtin.import_role:
Expand Down
16 changes: 12 additions & 4 deletions molecule/php.8.3/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

- name: Default
tags: [default]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 8.3
tasks:
Expand Down Expand Up @@ -80,7 +82,9 @@

- name: Exclusive
tags: [exclusive]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 8.3
tasks:
Expand Down Expand Up @@ -122,7 +126,9 @@

- name: Configs
tags: [configs]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 8.3
tests_dir: /molecule/php/configs
Expand Down Expand Up @@ -252,7 +258,9 @@

- name: Fpm Pools
tags: [fpm_pools]
hosts: debian
hosts:
- debian
- "!debian.buster"
vars:
manala_php_version: 8.3
tests_dir: /molecule/php/fpm_pools
Expand Down
Loading

0 comments on commit c23e827

Please sign in to comment.