homeserver/roles/robertdebock.bootstrap/molecule/default/verify.yml
mg 686a0b281f Rolle aktualisiert: bootstrap (#457)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #457
2023-02-17 12:06:35 +01:00

15 lines
239 B
YAML

---
- name: Verify
hosts: all
become: no
gather_facts: no
tasks:
- name: test connection
ansible.builtin.ping:
- name: try the package module
ansible.builtin.package:
name: gzip
state: present