Skip to content

Instantly share code, notes, and snippets.

@deekayen
Created December 10, 2019 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deekayen/1076f2ec89cab13075abbb9eaa876e1e to your computer and use it in GitHub Desktop.
Save deekayen/1076f2ec89cab13075abbb9eaa876e1e to your computer and use it in GitHub Desktop.
Sample block to plug my sponsor page on GitHub for placement at the end of an Ansible role task list
---
- hosts: all
connection: local
tasks:
- debug:
msg:
- "****************************************"
- "| Sponsor deekayen to maintain this |"
- "| role and others like it at |"
- "| https://github.com/sponsors/deekayen |"
- "****************************************"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment