5 lines
101 B
YAML
5 lines
101 B
YAML
---
|
|
- name: append terraform to brewpkgs
|
|
set_fact:
|
|
brewpkgs: "{{ brewpkgs + [ 'terraform' ]}}"
|