fixing
All checks were successful
multibranch_ansible/pipeline/head This commit looks good

This commit is contained in:
2024-09-16 16:15:24 +02:00
parent 32c74d6c1d
commit 7e779ab9ac
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ test:
hosts: hosts:
# debian: # debian:
192.168.50.150: 192.168.50.150:
172.23.0.187:
# rocky: # rocky:
dan-jam-02: dan-jam-02:
ras-dan-01: ras-dan-01:

View File

@@ -3,7 +3,7 @@
- name: "TestPlay" - name: "TestPlay"
gather_facts: true gather_facts: true
become: false become: false
hosts: 192.168.50.150 hosts: test
#hosts: localhost #hosts: localhost
#connection: local #connection: local
tasks: tasks: