- creating src packages when things can't be installed via actual system package - neovim srcpkg is being worked on now
9 lines
212 B
YAML
9 lines
212 B
YAML
---
|
|
- 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 + [ 'packer' ] }}"
|