From 1dc4d50a8c516dbafaebb55b45105ab558ddd460 Mon Sep 17 00:00:00 2001 From: jonnybravo Date: Thu, 4 May 2023 13:22:44 +0200 Subject: [PATCH] test file for jenkins --- test_play.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test_play.yml b/test_play.yml index 5e32e98..c5fdbd6 100755 --- a/test_play.yml +++ b/test_play.yml @@ -2,9 +2,10 @@ --- - name: "TestPlay" gather_facts: true - become: false - hosts: localhost - connection: local + become: true + hosts: all + #hosts: localhost + #connection: local tasks: - debug: msg: "Hello World"