- name: ensure grafana-promtail yum repository is configured copy: src: grafana-promtail.repo dest: /etc/yum.repos.d/grafana-promtail.repo owner: root group: root mode: u=rw,go=r tags: - repo - name: ensure promtail is installed package: name: promtail state: present