The value 1 (type int) in a string field was converted to u'1' (type string).
And remove deprecated loop:
Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying name: "{{ item }}", please use name: '{{ apt_rc_packages.stdout_lines }}' and remove the loop. This feature will be removed in version 2.11.
The value 1 (type int) in a string field was converted to u'1' (type string). And remove deprecated loop: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying
name: "{{ item }}"
, please usename: '{{ apt_rc_packages.stdout_lines }}'
and remove the loop. This feature will be removed in version 2.11.