SSE-Lab/ansible/playbooks/misc_tests.yaml

9 lines
168 B
YAML

---
- name: Misc tests
hosts: web
tasks:
- name: Using dict2items
ansible.builtin.debug:
msg: "{{ item.name }}"
loop: "{{ certbot_certs }}"