--- # tasks file for Apache_Install - name: Install Httpd yum: name: httpd state: present - name: Start Httpd systemd: state: started name: httpd