fixing and adding packages
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
- name: append to pkgs
|
||||
when: ansible_distribution == "Fedora"
|
||||
set_fact:
|
||||
syspkgs: "{{ (syspkgs | default([])) + [ 'neovim', 'python3-neovim' ] }}"
|
||||
syspkgs: "{{ syspkgs + [ 'neovim', 'python3-neovim' ] }}"
|
||||
tags:
|
||||
- RedHat
|
||||
- linux
|
||||
- package
|
||||
|
||||
- name: Install neovim appimage
|
||||
- name: install neovim appimage
|
||||
when: ansible_distribution != "Fedora"
|
||||
become: true
|
||||
ansible.builtin.get_url:
|
||||
|
||||
Reference in New Issue
Block a user