diff options
author | Matt Clay <mclay@redhat.com> | 2022-01-12 13:00:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 13:00:03 -0800 |
commit | bab315b780f236aff0f59d38de0fcb82ae66b97f (patch) | |
tree | d4013ef391e0d20a33f6267906b5c541df1294a2 /.azure-pipelines | |
parent | 20cc87f0598e14fde3218d012c7234f5049d2899 (diff) | |
download | ansible-bab315b780f236aff0f59d38de0fcb82ae66b97f.zip |
ansible-test - Add support for FreeBSD 12.3. (#76745)
* ansible-test - Add support for FreeBSD 12.3.
* Use OS package for yaml if available with CLoader.
* Make sure libyaml is available.
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f9fa0a2fd0..704ced5e4d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -98,8 +98,8 @@ stages: test: rhel/8.5@3.8 - name: RHEL 9.0b test: rhel/9.0b - - name: FreeBSD 12.2 - test: freebsd/12.2 + - name: FreeBSD 12.3 + test: freebsd/12.3 - name: FreeBSD 13.0 test: freebsd/13.0 groups: |