We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0f4a9 commit 2274849Copy full SHA for 2274849
.travis.yml
@@ -0,0 +1,8 @@
1
+language: python
2
+install:
3
+ - pip install ansible-lint
4
+ - ansible-lint --version
5
+script:
6
+ - ansible-lint fr24/fr24.yml
7
+ - ansible-lint provision/provision.yml
8
+ - ansible-lint home-assistant/home-assistant.yml
fr24/fr24.yml
@@ -1,5 +1,5 @@
---
-- name: "Install FR24 on Raspi"
+- name: "Install FR24 on Raspi"
hosts: fr24
roles:
0 commit comments