🚑 Fix missing requirements.yml

This commit is contained in:
SebClem 2022-02-04 16:34:54 +01:00
parent b015eb7674
commit d58fbf8c30
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305
2 changed files with 5 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,5 +1,5 @@
# ---> Ansible
*.retry
*vault_token
roles/
!roles/requirements.yml
roles/*
!roles/requirements.yml

3
roles/requirements.yml Normal file
View File

@ -0,0 +1,3 @@
roles:
- src: https://git.sebclem.fr/ansible-roles/ansible-victoria-role.git
scm: git