--- - hosts: all tasks: - name: Apache telepítés apt: name: apache2 state: present become: yes - name: Apache konfig szerkesztés lineinfile: path: /etc/apache2/sites-available/000-default.conf regex: 'DocumentRoot' line: "\tDocumentRoot /var/www/html"