This is an automated email from the ASF dual-hosted git repository.

arvindsh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git


The following commit(s) were added to refs/heads/main by this push:
     new 1282c47  Update Ansible collection versions (#449)
1282c47 is described below

commit 1282c47b10a33f3e927649041caa90e546798c90
Author: Arvind Shyamsundar <[email protected]>
AuthorDate: Thu Dec 5 18:43:08 2024 -0800

    Update Ansible collection versions (#449)
    
    * Update some Ansible collection versions to current latest.
    * Remove the step to disable firewall on AlmaLinux 9 as current images
      already do that out-of-box.
---
 ansible/roles/common/tasks/main.yml | 7 -------
 lib/requirements.txt                | 2 +-
 scripts/install-ansible-collections | 2 +-
 scripts/install-ansible-for-azure   | 4 ++--
 4 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/ansible/roles/common/tasks/main.yml 
b/ansible/roles/common/tasks/main.yml
index 431c4be..7ed0efa 100644
--- a/ansible/roles/common/tasks/main.yml
+++ b/ansible/roles/common/tasks/main.yml
@@ -76,13 +76,6 @@
   delay: 15
   until: yumresult_fedora is not failed
   when: ansible_facts['distribution'] == "Fedora"
-# Disable firewalld on AlmaLinux 9
-- name: "Stop and disable firewalld on AlmaLinux 9"
-  service:
-    name: "firewalld"
-    state: stopped
-    enabled: false
-  when: (ansible_facts['distribution'] == "AlmaLinux") and 
(ansible_facts['distribution_major_version'] == "9")
 - name: "get exact jdk folder path"
   find:
     file_type: directory
diff --git a/lib/requirements.txt b/lib/requirements.txt
index cb6a364..0da898c 100644
--- a/lib/requirements.txt
+++ b/lib/requirements.txt
@@ -1,4 +1,4 @@
 flake8==7.1.1
 ansible-core==2.18.1
-ansible-lint==24.9.2
+ansible-lint==24.10.0
 nose2==0.15.1
diff --git a/scripts/install-ansible-collections 
b/scripts/install-ansible-collections
index c43f2f0..c3afc45 100755
--- a/scripts/install-ansible-collections
+++ b/scripts/install-ansible-collections
@@ -1,2 +1,2 @@
 #!/usr/bin/env bash
-ansible-galaxy collection install ansible.posix==1.5.4
+ansible-galaxy collection install ansible.posix==2.0.0
diff --git a/scripts/install-ansible-for-azure 
b/scripts/install-ansible-for-azure
index f05dd79..dbd536f 100755
--- a/scripts/install-ansible-for-azure
+++ b/scripts/install-ansible-for-azure
@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
-ansible-galaxy collection install community.general==7.5.0
-ansible-galaxy collection install azure.azcollection==2.7.0
+ansible-galaxy collection install community.general==10.1.0
+ansible-galaxy collection install azure.azcollection==3.1.0
 pip install -r 
~/.ansible/collections/ansible_collections/azure/azcollection/requirements.txt

Reply via email to