diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index bd095d52..b612f1e6 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -47,19 +47,19 @@ pool: Standard stages: ### Sanity & units - - stage: Ansible_devel - displayName: Sanity & Units devel + - stage: Ansible_2_13 + displayName: Sanity & Units 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: targets: - name: Sanity - test: 'devel/sanity/1' + test: '2.13/sanity/1' - name: Sanity Extra # Only on devel - test: 'devel/sanity/extra' + test: '2.13/sanity/extra' - name: Units - test: 'devel/units/1' + test: '2.13/units/1' - stage: Ansible_2_12 displayName: Sanity & Units 2.12 dependsOn: [] @@ -105,13 +105,13 @@ stages: - name: Units test: '2.9/units/1' ### Docker - - stage: Docker_devel - displayName: Docker devel + - stage: Docker_2_13 + displayName: Docker 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux/{0}/1 + testFormat: 2.13/linux/{0}/1 targets: - name: CentOS 7 test: centos7 @@ -193,13 +193,13 @@ stages: test: ubuntu1804 ### Remote - - stage: Remote_devel - displayName: Remote devel + - stage: Remote_2_13 + displayName: Remote 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: - testFormat: devel/{0}/1 + testFormat: 2.13/{0}/1 targets: - name: macOS 12.0 test: macos/12.0 @@ -264,14 +264,14 @@ stages: - name: 'RHEL 7.8' test: 'rhel/7.8' ### cloud - - stage: Cloud_devel - displayName: Cloud devel + - stage: Cloud_2_13 + displayName: Cloud 2.13 dependsOn: [] jobs: - template: templates/matrix.yml parameters: nameFormat: Python {0} - testFormat: devel/cloud/{0}/1 + testFormat: 2.13/cloud/{0}/1 targets: - test: 2.7 - test: 3.5 @@ -327,22 +327,22 @@ stages: - stage: Summary condition: succeededOrFailed() dependsOn: - - Ansible_devel + - Ansible_2_13 - Ansible_2_12 - Ansible_2_11 - Ansible_2_10 - Ansible_2_9 - - Remote_devel + - Remote_2_13 - Remote_2_12 - Remote_2_11 - Remote_2_10 - Remote_2_9 - - Docker_devel + - Docker_2_13 - Docker_2_12 - Docker_2_11 - Docker_2_10 - Docker_2_9 - - Cloud_devel + - Cloud_2_13 - Cloud_2_12 - Cloud_2_11 - Cloud_2_10 diff --git a/README.md b/README.md index efeae559..ce998f2d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Please note that this collection does **not** support Windows targets. ## Tested with Ansible -Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11 and ansible-core 2.12 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported. +Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12 and ansible-core 2.13 releases. Ansible versions before 2.9.10 are not supported. ## External requirements