ansible: remove hello world tasks
authorKristof Provost <kp@FreeBSD.org>
Fri, 5 May 2023 07:49:12 +0000 (09:49 +0200)
committerKristof Provost <kp@FreeBSD.org>
Fri, 5 May 2023 07:49:12 +0000 (09:49 +0200)
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

index 0a2888c..f3a35b9 100644 (file)
@@ -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