gsb2024-awx/test2.yml

8 lines
120 B
YAML

---
- hosts: all
become: true
tasks:
- name: 1. installe Apache
apt:
name: apache2
state: present