Skip to content

Commit

Permalink
add playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
willtome committed Nov 19, 2024
1 parent 3137ce1 commit c86bfd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"editor.renderWhitespace": "all"
"editor.renderWhitespace": "all",
"ansible.python.interpreterPath": "/usr/local/bin/python3"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- hosts: localhost

Check failure on line 2 in collections/ansible_collections/demo/compliance/playbooks/playbook.yml

View workflow job for this annotation

GitHub Actions / pre-commit

name[play]

All plays should be named.
gather_facts: no

Check failure on line 3 in collections/ansible_collections/demo/compliance/playbooks/playbook.yml

View workflow job for this annotation

GitHub Actions / pre-commit

yaml[truthy]

Truthy value should be one of \[false, true]

tasks:
- debug:

Check failure on line 6 in collections/ansible_collections/demo/compliance/playbooks/playbook.yml

View workflow job for this annotation

GitHub Actions / pre-commit

fqcn[action-core]

Use FQCN for builtin module actions (debug).

Check failure on line 6 in collections/ansible_collections/demo/compliance/playbooks/playbook.yml

View workflow job for this annotation

GitHub Actions / pre-commit

name[missing]

All tasks should be named.

Check failure on line 6 in collections/ansible_collections/demo/compliance/playbooks/playbook.yml

View workflow job for this annotation

GitHub Actions / pre-commit

yaml[indentation]

Wrong indentation: expected at least 3
msg: Hello world!

0 comments on commit c86bfd0

Please sign in to comment.