diff options
| author | 2024-05-01 09:19:13 +0200 | |
|---|---|---|
| committer | 2024-05-01 18:15:14 +0200 | |
| commit | ba970c7b3ffea5c773bc9d65fde3f37c4a5f4c60 (patch) | |
| tree | ebad107a99bd7ac964feb32b13d6ae36d988f888 /ansible/roles | |
| parent | ignore pycharm's idea files (diff) | |
Depend on ansible-core instead of Ansible
Allow for faster local installation by only installing what we need.
Diffstat (limited to 'ansible/roles')
| -rw-r--r-- | ansible/roles/requirements.yml | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/roles/requirements.yml b/ansible/roles/requirements.yml new file mode 100644 index 0000000..063bead --- /dev/null +++ b/ansible/roles/requirements.yml @@ -0,0 +1,10 @@ +--- +collections: +  - name: ansible.posix +    version: 1.5.4 +  - name: community.crypto +    version: 2.19.0 +  - name: community.general +    version: 8.6.0 +  - name: community.postgresql +    version: 3.4.0  |