mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-08 02:04:47 +02:00
6 lines
88 B
YAML
6 lines
88 B
YAML
---
|
|
- name: Install GCC
|
|
pacman:
|
|
name: gcc
|
|
state: present
|
|
update_cache: yes |