We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509c5a9 commit 485d8d4Copy full SHA for 485d8d4
.ansible-lint
@@ -1,4 +1,5 @@
1
---
2
warn_list:
3
- role-name
4
+ - name[play]
5
- name[casing]
tests/test.yml
@@ -1,6 +1,6 @@
# test file
-- name: Test | Local
+- hosts: localhost
connection: local
become: true
6
pre_tasks:
tests/vagrant.yml
-- name: Test | Remote
+- hosts: all
remote_user: vagrant
0 commit comments