deploy.yml hinzugefügt
All checks were successful
/ checkout (push) Successful in 1m13s

This commit is contained in:
stelb 2025-03-10 19:04:20 +01:00
parent c897310b19
commit a8668f441b

6
deploy.yml Normal file
View file

@ -0,0 +1,6 @@
---
- hosts: all
tasks:
- name: Print message
debug:
msg: Hello Ansible World