# --- - hosts: - name: installation apache2 apt: name: apache2 state: present - name:installation PHP apt: name: PHP state: present