Skip to content

Commit 714df50

Browse files
committed
TEMP: Run tests with ansible-core 2.19
1 parent cd3e120 commit 714df50

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

infra/azure/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ pool:
66
vmImage: 'ubuntu-24.04'
77

88
variables:
9-
ansible_version: "-core >=2.16,<2.17"
10-
ansible_latest: "-core"
9+
ansible_version: "-core==2.19.0b5"
10+
ansible_latest: "-core==2.19.0b5"
1111
ansible_minimum: "-core <2.16"
1212
distros: "fedora-latest,c9s,c10s,fedora-rawhide"
1313

infra/azure/pr-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pool:
77

88
variables:
99
distros: "fedora-latest,c10s,c9s,c8s,fedora-rawhide"
10-
ansible_version: "-core >=2.15,<2.16"
10+
ansible_version: "-core==2.19.0b5"
1111

1212
stages:
1313

plugins/module_utils/ansible_freeipa_module.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3+
# Force tests to run: TRUE
4+
35
# Authors:
46
# Sergio Oliveira Campos <[email protected]>
57
# Thomas Woerner <[email protected]>

0 commit comments

Comments
 (0)