Fixing some small bugs related to integration tests (v2)

This commit is contained in:
James Cammarata
2015-06-01 16:41:52 -05:00
parent 816b20af0b
commit 4bc7703db3
12 changed files with 81 additions and 39 deletions

View File

@@ -225,7 +225,7 @@
- "result.msg == 'line added'"
- name: insert a multiple lines at the end of the file
lineinfile: dest={{output_dir}}/test.txt state=present line="This is a line\nwith \\\n character" insertafter="EOF"
lineinfile: dest={{output_dir}}/test.txt state=present line="This is a line\nwith \\n character" insertafter="EOF"
register: result
- name: assert that the multiple lines was inserted