Added snap software packages and an LDAP library package for PHP

This commit is contained in:
2025-11-17 09:36:19 -05:00
parent 93bc285f3d
commit da694910c6

View File

@@ -21,7 +21,7 @@
use: "{{ ansible_facts['pkg_mgr'] }}" use: "{{ ansible_facts['pkg_mgr'] }}"
state: present state: present
# @TODO create handler to notify to for configuring neovim # @TODO create handler to notify to for configuring neovim
# notify: neovim # notify: neovim
- name: Install kitty-terminfo for SSH client xterm-kitty compatibility - name: Install kitty-terminfo for SSH client xterm-kitty compatibility
become: true become: true
block: block:
@@ -42,6 +42,7 @@
name: snapd name: snapd
use: "{{ ansible_facts['pkg_mgr'] }}" use: "{{ ansible_facts['pkg_mgr'] }}"
state: present state: present
notify: snapd
- name: Install flatpak - name: Install flatpak
when: "ansible_facts['pkg_mgr'] == 'apt'" when: "ansible_facts['pkg_mgr'] == 'apt'"
block: block:
@@ -74,7 +75,7 @@
name: git name: git
use: "{{ ansible_facts['pkg_mgr'] }}" use: "{{ ansible_facts['pkg_mgr'] }}"
state: present state: present
notify: git notify: git
- name: Install packages - name: Install packages
when: ansible_facts['pkg_mgr'] in item.value.name when: ansible_facts['pkg_mgr'] in item.value.name
ansible.builtin.package: ansible.builtin.package: