Files
loki/promtail-ansible/roles/patrickjahns.promtail/molecule/default/prepare.yml
Vassiliy Yegorov a08e7b0120 add ansible
2022-11-15 10:30:03 +07:00

10 lines
213 B
YAML

---
- name: Prepare
hosts: all
gather_facts: true
tasks:
- name: Ensure that net-tools is available
package:
name: net-tools
state: present
when: ansible_os_family == 'RedHat'