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