From 9dd62b51a25042bdb5966b41093a3752fe14e199 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Tue, 24 Sep 2024 00:53:31 -0400 Subject: [PATCH] ansible-vault pip package --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 85c7598..3f9a155 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -10,6 +10,8 @@ with_items: - podman-compose - pexpect + - ansible-vault + - name: Create Service Users user: name: "{{ item }}"