From 781a4fbf827ac1766e534b736ae213f631107d74 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Fri, 5 May 2023 09:49:12 +0200 Subject: [PATCH] ansible: remove hello world tasks Those don't do anything, and we already do some vaguely useful things in the playbook, so there's no need for them any more. --- ansible/playbook.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ansible/playbook.yaml b/ansible/playbook.yaml index 0a2888c..f3a35b9 100644 --- a/ansible/playbook.yaml +++ b/ansible/playbook.yaml @@ -8,11 +8,6 @@ - name: test playbook hosts: domoticamachines tasks: - - name: ping my hosts - ansible.builtin.ping: - - name: print message - ansible.builtin.debug: - msg: Hello World! - name: Install nginx community.general.pkgng: name: nginx -- 2.51.0