fixing and adding packages
This commit is contained in:
8
tasks/Debian/terraform.yml
Normal file
8
tasks/Debian/terraform.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: ensure hashicorp repo is active
|
||||
ansible.builtin.include_tasks:
|
||||
file: "{{ ansible_os_family }}/hashicorp_repo.yml"
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'terraform' ] }}"
|
||||
Reference in New Issue
Block a user