"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "test/integration/targets/jinja2_native_types/test_concatentation.yml" between
ansible-2.14.0.tar.gz and ansible-2.14.1rc1.tar.gz

About: Ansible is an IT Configuration Management, Deployment & Orchestration tool.
Release candidate.

test_concatentation.yml  (ansible-2.14.0):test_concatentation.yml  (ansible-2.14.1rc1)
skipping to change at line 25 skipping to change at line 25
that: that:
- 'integer_sum2 == 3' - 'integer_sum2 == 3'
- 'integer_sum2|type_debug == "int"' - 'integer_sum2|type_debug == "int"'
- name: concatenate int and string - name: concatenate int and string
set_fact: set_fact:
string_sum: "'{{ [i_one, s_two]|join('') }}'" string_sum: "'{{ [i_one, s_two]|join('') }}'"
- assert: - assert:
that: that:
- 'string_sum == "12"' - string_sum == "'12'"
- 'string_sum|type_debug in ["str", "unicode"]' - 'string_sum|type_debug in ["str", "unicode"]'
- name: add two lists - name: add two lists
set_fact: set_fact:
list_sum: "{{ list_one + list_two }}" list_sum: "{{ list_one + list_two }}"
- assert: - assert:
that: that:
- 'list_sum == ["one", "two", "three", "four"]' - 'list_sum == ["one", "two", "three", "four"]'
- 'list_sum|type_debug == "list"' - 'list_sum|type_debug == "list"'
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)