projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa3d13
)
update site.yml dependency comment
author
Ralf Jung
<post@ralfj.de>
Mon, 18 Jun 2018 07:23:24 +0000
(09:23 +0200)
committer
Ralf Jung
<post@ralfj.de>
Mon, 18 Jun 2018 07:23:24 +0000
(09:23 +0200)
site.yml
patch
|
blob
|
history
diff --git
a/site.yml
b/site.yml
index f7fbc707f66e30071f1840e1c7f6bc9ca92b2d2a..d503df387bc67c2d98a51316b364ddb5036a1622 100644
(file)
--- a/
site.yml
+++ b/
site.yml
@@
-1,8
+1,9
@@
# Dependencies are "expressed" by the hosts file, e.g.
# ```
+# [email:children]
+# journalwatch
# [letsencrypt:children]
-# apache
-# email
+# prosody
# ```
# I tried using role dependencies but that doesn't interact well with tags:
# When restricting to a tag, its dependencies still get played.