From 05095087b571c0e82dd0e118ac1bc9d3d306dac4 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 8 Dec 2024 17:54:32 +0100 Subject: [PATCH] chore(ansible): loop over files with glob --- knowledge base/ansible.md | 2 ++ snippets/ansible/tasks.yml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/knowledge base/ansible.md b/knowledge base/ansible.md index 627f325..6531802 100644 --- a/knowledge base/ansible.md +++ b/knowledge base/ansible.md @@ -1493,6 +1493,7 @@ Solution: use a version of `ansible-core` lower than 2.17. - [Asynchronous actions and polling] - [Patterns: targeting hosts and groups] - [How to use ansible with S3 - Ansible aws_s3 examples] +- [How to run Ansible with_fileglob in alphabetical order?]