- hosts: "bridge.openstack.org:!disabled" tasks: - name: Modify Zuuls description lineinfile: path: "{{ project_config_src }}/gerrit/projects.yaml" regexp: "^ description: The Gatekeeper, or a project gating system" line: " description: Zuuls new description"