aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/pacman
diff options
context:
space:
mode:
Diffstat (limited to 'roles/pacman')
-rw-r--r--roles/pacman/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pacman/tasks/main.yml b/roles/pacman/tasks/main.yml
index 972fddf..2b613b9 100644
--- a/roles/pacman/tasks/main.yml
+++ b/roles/pacman/tasks/main.yml
@@ -30,7 +30,7 @@
- name: Install packages
become: true
- community.general.pacman:
+ ansible.builtin.package:
name: '{{ pacman_packages }}'
state: present
when: pacman_packages | length > 0