summaryrefslogtreecommitdiffstats
path: root/roles/ansible
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-18 17:34:19 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-18 17:34:19 +0100
commit7cc6006d7e91691456422e8bb766e979d76622d0 (patch)
treebf969a9fe0b3f105944f1824f2cf63b08a4ca499 /roles/ansible
parent062b2392dfc6df4129c7420e1f885d42f4e11ad2 (diff)
Add sshpass role to ansible deps (since it mostly used by it)
Diffstat (limited to 'roles/ansible')
-rw-r--r--roles/ansible/meta/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/ansible/meta/main.yml b/roles/ansible/meta/main.yml
index acc34207..de825587 100644
--- a/roles/ansible/meta/main.yml
+++ b/roles/ansible/meta/main.yml
@@ -1,6 +1,7 @@
---
dependencies:
- role: "python"
+ - role: "sshpass"
galaxy_info:
author: "a14m"
description: "Install ansible and molecule using uv on Linux distributions"