git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182a43d
)
Fail if ami not found
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 11 Feb 2017 06:48:28 +0000
(22:48 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 11 Feb 2017 06:48:51 +0000
(22:48 -0800)
ch12/playbooks/image.yml
patch
|
blob
|
history
diff --git
a/ch12/playbooks/image.yml
b/ch12/playbooks/image.yml
index
a6615cf
..
25316e1
100644
(file)
--- a/
ch12/playbooks/image.yml
+++ b/
ch12/playbooks/image.yml
@@
-8,6
+8,7
@@
sort: name
sort_order: descending
sort_end: 1
+ no_result_action: fail
register: ami
- name: output image info
debug: var=ami