Remove test from bottom of example that doesn't really make sense in the context of the example's use case.
This commit is contained in:
parent
4de7bbb169
commit
64471db94a
1 changed files with 0 additions and 2 deletions
|
@ -45,7 +45,5 @@
|
||||||
action: $packager pkg=$apache state=latest
|
action: $packager pkg=$apache state=latest
|
||||||
- name: ensure apache is running
|
- name: ensure apache is running
|
||||||
action: service name=$apache state=running
|
action: service name=$apache state=running
|
||||||
- name: template step
|
|
||||||
action: template src=/tmp/test.j2 dest=/tmp/test.out
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue