mirror of
https://github.com/luzifer-ansible/instance-status.git
synced 2024-11-10 06:30:03 +00:00
9 lines
149 B
YAML
9 lines
149 B
YAML
---
|
|
|
|
- name: Install required packages
|
|
pacman:
|
|
name: "{{ item }}"
|
|
state: latest
|
|
with_items: '{{ instance_status_pacman_required }}'
|
|
|
|
...
|