Skip to content

Instantly share code, notes, and snippets.

@austincunningham
Last active August 11, 2018 00:28
Show Gist options
  • Save austincunningham/e35e054188c38ead0cce0e77adf1efac to your computer and use it in GitHub Desktop.
Save austincunningham/e35e054188c38ead0cce0e77adf1efac to your computer and use it in GitHub Desktop.
- hosts: localhost
tasks:
- name: Test that my change_version module works
version_change:
version_name: "Before"
version_no: 1.1.1
unchanged_value: "This will pass through"
register: result
- debug: var=result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment