add collection deps

This commit is contained in:
Torma Kristóf 2022-02-05 19:37:52 +01:00
parent 462b38e970
commit 6cd64d6f29
2 changed files with 7 additions and 0 deletions

3
requirements.yaml Normal file
View File

@ -0,0 +1,3 @@
---
collections:
- ansible.posix

4
run.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
ansible-galaxy install -r requirements.yaml
ansible-playbook --ask-become-pass -i inventory.yaml test.yaml