Skip to content

Instantly share code, notes, and snippets.

@giorgiosironi
Created September 26, 2017 07:34
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 giorgiosironi/89f49f93fd7ae97b1d3de86c1c7b5b70 to your computer and use it in GitHub Desktop.
Save giorgiosironi/89f49f93fd7ae97b1d3de86c1c7b5b70 to your computer and use it in GitHub Desktop.
Attempt to reproduce require_in misordering
second:
cmd.run:
- name: echo "second"
first:
cmd.run:
- name: echo "first"
- require_in:
- cmd: second
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment