summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-12 00:22:58 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-12 00:22:58 +0200
commit2d150af48f654cf718b1689f08a1a7fb9dd45af4 (patch)
tree8592d263075aa45100bd3174695a568c5c3292e7
parentb81be82858ca24a19c4ba800dcacf0fb8a39a971 (diff)
Fix wg-portal dependencies (ACL)
-rw-r--r--requirements.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.yml b/requirements.yml
index 6d1f983e..8c43d33f 100644
--- a/requirements.yml
+++ b/requirements.yml
@@ -2,3 +2,5 @@
collections:
- name: community.general
version: ">=10.7.0,<11.0.0"
+ - name: ansible.posix
+ version: ">=2.1.0,<3.0.0"