i3, correct the syntax for the list to loop over.
This commit is contained in:
@@ -60,11 +60,10 @@
|
||||
update_cache: yes
|
||||
|
||||
- name: Workstation | Linux | Software | i3 | Install (yay)
|
||||
package:
|
||||
name: i3_yay_packages
|
||||
state: present
|
||||
use: yay
|
||||
command: "yay -S {{ item }}"
|
||||
loop: "{{ i3_yay_packages }}"
|
||||
when: ansible_pkg_mgr == "pacman"
|
||||
become_user: "{{ aur_user }}"
|
||||
|
||||
- name: Workstation | Linux | Software | i3 | Config | Create Dir
|
||||
ansible.builtin.file:
|
||||
|
||||
Reference in New Issue
Block a user