Change name for multilib tasks

This commit is contained in:
exu 2024-10-12 16:37:15 +02:00
parent cbcc07274c
commit fbd11bd340

View File

@ -1,5 +1,5 @@
--- ---
- name: Enable multilib repo - name: x86_64 | Enable multilib repo
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
path: /etc/pacman.conf path: /etc/pacman.conf
prepend_newline: true prepend_newline: true
@ -193,7 +193,7 @@
tags: packages tags: packages
become: true become: true
- name: Install multilib packages - name: x86_64 | Install multilib packages
community.general.pacman: community.general.pacman:
state: present state: present
# select the lines and use 'M-x sort-lines' # select the lines and use 'M-x sort-lines'