From da694910c61778cf233e7600622e362bfafe88c5 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Mon, 17 Nov 2025 09:36:19 -0500 Subject: [PATCH] Added snap software packages and an LDAP library package for PHP --- roles/bootstrap/tasks/install@linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/bootstrap/tasks/install@linux.yml b/roles/bootstrap/tasks/install@linux.yml index 5c03ca6..14fc4a7 100644 --- a/roles/bootstrap/tasks/install@linux.yml +++ b/roles/bootstrap/tasks/install@linux.yml @@ -21,7 +21,7 @@ use: "{{ ansible_facts['pkg_mgr'] }}" state: present # @TODO create handler to notify to for configuring neovim - # notify: neovim + # notify: neovim - name: Install kitty-terminfo for SSH client xterm-kitty compatibility become: true block: @@ -42,6 +42,7 @@ name: snapd use: "{{ ansible_facts['pkg_mgr'] }}" state: present + notify: snapd - name: Install flatpak when: "ansible_facts['pkg_mgr'] == 'apt'" block: @@ -74,7 +75,7 @@ name: git use: "{{ ansible_facts['pkg_mgr'] }}" state: present - notify: git + notify: git - name: Install packages when: ansible_facts['pkg_mgr'] in item.value.name ansible.builtin.package: