Commit e6584720 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.3.2 [skip ci]

parent 0e432536
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [6.3.2](https://gitlab.com/to-be-continuous/ansible/compare/6.3.1...6.3.2) (2024-1-30)


### Bug Fixes

* sanitize empty variable test expressions ([d56f823](https://gitlab.com/to-be-continuous/ansible/commit/d56f8231318d6962ab7de782762aa5d5026febb3))

## [6.3.1](https://gitlab.com/to-be-continuous/ansible/compare/6.3.0...6.3.1) (2024-1-28)


+7 −7
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -34,7 +34,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/ansible'
    ref: '6.3.1'
    ref: '6.3.2'
    file: '/templates/gitlab-ci-ansible.yml'

variables:
@@ -397,7 +397,7 @@ The `gitlab-ci` in this example, will show use how to configure the template to

```yaml
include:
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -465,7 +465,7 @@ In the `.gitlab-ci.yml` add the docker template to build your image:
```yaml
include:
  - component: gitlab.com/to-be-continuous/docker/gitlab-ci-docker@someversion
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -492,7 +492,7 @@ Add this `.gitlab-ci.yml` in the repository of your application project (you wil

```yaml
include:
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
    inputs:
      # In this example, let's consider that you have one inventory per platform 
      # and only one playbook file for all environments
@@ -558,9 +558,9 @@ With:
```yaml
include:
  # main template
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.1
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible@6.3.2
  # Vault variant
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.1
  - component: gitlab.com/to-be-continuous/ansible/gitlab-ci-ansible-vault@6.3.2
    inputs:
      # audience claim for JWT
      vault-oidc-aud: "https://vault.acme.host"