florianutz / Ubuntu1804-CIS

Ubuntu CIS Hardening Ansible Role
MIT License
212 stars 127 forks source link

fix warning: #44

Closed bartlomiejsawicki closed 5 years ago

bartlomiejsawicki commented 5 years ago

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.

florianutz commented 5 years ago

Thank you!