Skip to content

Commit 672c14a

Browse files
committed
chore(ci): add required files
So that `ansible-playbook` can check the syntax.
1 parent cdc8d79 commit 672c14a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ansible.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[defaults]
2+
roles_path = ..

ansible.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
- hosts: all
3+
roles:
4+
- freitag.base

0 commit comments

Comments
 (0)