init
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2021-01-30 19:50:13 +01:00
commit 7f90530e81
17 changed files with 263 additions and 0 deletions

8
tests/inventory Normal file
View File

@ -0,0 +1,8 @@
[debian]
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
[arch]
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2
[centos]
localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2

7
tests/test-playbook.yml Normal file
View File

@ -0,0 +1,7 @@
---
- name: test playbook
hosts: all
gather_facts: True
roles:
- update-debian