ansible-repo/local.yml
2025-06-02 14:39:40 +02:00

10 lines
125 B
YAML

---
- hosts: localhost
connection: local
become: true
tasks:
- name: Install vim
package:
name: vim