--- - name: install ansible apt: pkg: ansible state: present - name: install other tools apt: pkg: "{{item}}" state: present with_items: - ipv6calc - uuid - git