ansible-minio/molecule/resources/prepare.yml

13 lines
259 B
YAML
Raw Normal View History

2018-08-20 20:25:15 +02:00
---
- name: Prepare
hosts: all
gather_facts: true
tasks:
- name: Install ansible support packages
package:
name: "{{ item }}"
state: present
with_items:
- ca-certificates
when: ansible_os_family == 'Debian'