# Install ansible for current platform --- - name: append to pkgs set_fact: syspkgs: "{{ (syspkgs | default([])) + [ 'ansible' ] }}"