homeserver/roles/robertdebock.bootstrap/molecule/default/verify.yml

15 lines
239 B
YAML
Raw Normal View History

2021-02-13 14:20:18 +01:00
---
- name: Verify
hosts: all
become: no
gather_facts: no
tasks:
- name: test connection
ansible.builtin.ping:
2021-02-13 14:20:18 +01:00
- name: try the package module
ansible.builtin.package:
2021-02-13 14:20:18 +01:00
name: gzip
state: present