Skip to content

Instantly share code, notes, and snippets.

Created October 28, 2016 14:39
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 anonymous/37b64532a0f853fb0f003ec1b92db5a4 to your computer and use it in GitHub Desktop.
Save anonymous/37b64532a0f853fb0f003ec1b92db5a4 to your computer and use it in GitHub Desktop.
The following
state A:
test.configurable_test_state:
- name: state A is independent of any other state
- changes: False
- return: True
state B:
test.configurable_test_state:
- name: state B requires state A to run first
- changes: False
- return: True
- require:
- test: state A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment