Browse Source

add community.crypto collection

Grega Bremec 1 month ago
parent
commit
15a03d283a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      playbooks/roles/install-packages/tasks/main.yml

+ 1 - 0
playbooks/roles/install-packages/tasks/main.yml

@@ -10,5 +10,6 @@
       - ansible-collection-ansible-posix
       - ansible-collection-ansible-utils
       - ansible-collection-community-general
+      - ansible-collection-community-crypto
     state: latest
 ...