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