Feat!: Upgrade to Ansible v2.15.9 43/72643/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 12 Feb 2024 07:24:09 +0000 (17:24 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 12 Feb 2024 07:24:09 +0000 (17:24 +1000)
Change-Id: I7f33da87c13724da6111992017d78bd0edd22aad
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
ansible-galaxy.sh
docs/requirements.rst
releasenotes/notes/upgrade-ansible-2.15.x-2f4c4d5741d5ae52.yaml [new file with mode: 0644]

index 07b0049..82e3881 100755 (executable)
@@ -20,7 +20,7 @@ wget -q https://raw.githubusercontent.com/lfit/releng-global-jjb/master/jenkins-
 . ~/lf-env.sh
 
 lf-activate-venv --python python3 --venv-file "/tmp/.ansible_venv" \
-    ansible~=2.9.27
+    ansible~=2.15.9
 
 ansible_roles_path=${1:-.galaxy}
 ansible_requirements_file=${2:-requirements.yaml}
index 84fa5c5..d9a4878 100644 (file)
@@ -2,7 +2,7 @@
 Requirements
 ############
 
-* Ansible 2.9.27 or later
+* Ansible 2.15.9 or later
 * Packer 1.9.1 or later
 
 Install Ansible via pip in a virtualenv to build images.
@@ -11,4 +11,4 @@ Install Ansible via pip in a virtualenv to build images.
 
     virtualenv -p $(which python3) ~/venv/.ansible
     source ~/venv/.ansible/bin/activate
-    pip3 install ansible~=2.9.27
+    pip3 install ansible~=2.15.9
diff --git a/releasenotes/notes/upgrade-ansible-2.15.x-2f4c4d5741d5ae52.yaml b/releasenotes/notes/upgrade-ansible-2.15.x-2f4c4d5741d5ae52.yaml
new file mode 100644 (file)
index 0000000..ca56628
--- /dev/null
@@ -0,0 +1,4 @@
+---
+upgrade:
+  - |
+    Upgrade Ansible version to v2.15.9.