projects
/
pennestraat-domotica
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1485e9
)
ansible: remove hello world tasks
author
Kristof Provost
<kp@FreeBSD.org>
Fri, 5 May 2023 07:49:12 +0000
(09:49 +0200)
committer
Kristof 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
patch
|
blob
|
history
diff --git
a/ansible/playbook.yaml
b/ansible/playbook.yaml
index
0a2888c
..
f3a35b9
100644
(file)
--- 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