--- - hosts: all become: true tasks: - name: upfate repository index apt: update_cache: yes - name: install apahce2 package apt: name: apache2