Skip to content

Instantly share code, notes, and snippets.

@chbrown13
Created July 19, 2017 17:42
Show Gist options
  • Save chbrown13/9851e286a8a7800800b32b217dca5175 to your computer and use it in GitHub Desktop.
Save chbrown13/9851e286a8a7800800b32b217dca5175 to your computer and use it in GitHub Desktop.
# Testing satellite-populate actions on Capsule entity
vars:
cap_name: cap
url: satellite.populate.test.com
actions:
# Create
- model: Capsule
register: test_capsule
data:
name: "{{ cap_name }}"
url: "{{ url }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment