--- - name: install php pacman: name: php state: present - name: set default_socket_timeout lineinfile: path: /etc/php/php.ini regexp: '^;?default_socket_timeout' line: 'default_socket_timeout = 10'