From: Kristof Provost Date: Fri, 5 May 2023 07:49:12 +0000 (+0200) Subject: ansible: remove hello world tasks X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=781a4fbf827ac1766e534b736ae213f631107d74;p=pennestraat-domotica 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. --- 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