Change name for multilib tasks
This commit is contained in:
parent
cbcc07274c
commit
fbd11bd340
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user