change Playbook Name

This commit is contained in:
Kevin Heyer 2025-06-15 08:04:52 +02:00
parent 2c7813e19f
commit 1b1042fe03
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
---
- name: Install and start Apache web server
- name: Configure pve1
hosts: pve1
roles:
- server_install_ssh

View file

@ -1,5 +1,5 @@
---
- name: Install and start Apache web server
- name: Configure pve2
hosts: pve2
roles:
- server_install_ssh

View file

@ -1,5 +1,5 @@
---
- name: Install and start Apache web server
- name: Configure pve3
hosts: pve3
roles:
- server_install_ssh