Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ozbillwang committed Apr 15, 2017
1 parent e5d7120 commit e5a7fa0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/roles/test/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
string_type: "SecureString"
value: "World"

- debug: msg="{{ lookup('ssm', 'Hello') }}"
- name: recommend to use with ssm lookup plugin
debug: msg="{{ lookup('ssm', 'hello') }}"

- debug: msg="{{ lookup('ssm', 'NoKey') }}"
- name: lookup a key which is not exist
debug: msg="{{ lookup('ssm', 'NoKey') }}"

0 comments on commit e5a7fa0

Please sign in to comment.