ansible-development-environ.../roles/bootstrap/handlers/main.yml

11 lines
215 B
YAML

---
# handlers file for bootstrap
- name: gather facts
setup:
become: no
- name: add community repository for apk
lineinfile:
path: /etc/apk/repositories
line: "{{ bootstrap_alpine_community_repo }}"