Skip to content

Instantly share code, notes, and snippets.

@dmsimard
Created October 9, 2018 19:02
Show Gist options
  • Save dmsimard/d93727d92bf909c38fc63426aefb6356 to your computer and use it in GitHub Desktop.
Save dmsimard/d93727d92bf909c38fc63426aefb6356 to your computer and use it in GitHub Desktop.
[defaults]
...
# I'd like [foo] to be available to both the callback and an action plugin so I don't need to do:
# - name: Run action plugin
# action:
# server: http://api
# do: something
#
# and instead do:
# - name: Run action plugin
# action:
# do: something
[foo]
server = http://api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment