role_unpack_secrets/playbook.yml

8 lines
153 B
YAML
Raw Normal View History

2023-11-04 17:02:55 +00:00
- name: Unpack secrets
hosts: localhost
tasks:
- name: include self role
ansible.builtin.include_role:
name: "{{ playbook_dir }}"