Skip to content

Instantly share code, notes, and snippets.

@chbrown13
Created July 19, 2017 17:19
Show Gist options
  • Save chbrown13/f1d9a7ce6d8a9af69199f55cbf6a5476 to your computer and use it in GitHub Desktop.
Save chbrown13/f1d9a7ce6d8a9af69199f55cbf6a5476 to your computer and use it in GitHub Desktop.
# Testing satellite-populate actions on Bookmark entity
vars:
book_name: Bookmark
actions:
# Create
- model: Boookmark
register: test_bookmark
data:
name: "{{ book_name }}"
public: True
query: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment