8 lines
199 B
YAML
8 lines
199 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
- name: Append to pkgs
|
|
notify:
|
|
- Depend hashicorp repo
|
|
ansible.builtin.set_fact:
|
|
pkg_taps: "{{ pkg_taps + [pkgconfig.terraform[ansible_system]] }}"
|