Skip to content

Commit

Permalink
Add generic/noop play (#391)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Apr 17, 2024
1 parent 2cc1a84 commit 135e620
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/generic-noop.yml
9 changes: 9 additions & 0 deletions playbooks/generic/noop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- name: Do nothing
hosts: localhost
connection: local

tasks:
- name: Print a noop message
ansible.builtin.debug:
msg: noop

0 comments on commit 135e620

Please sign in to comment.