From: Ralf Jung Date: Mon, 18 Jun 2018 07:23:24 +0000 (+0200) Subject: update site.yml dependency comment X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/70a4efa949da7609c24611196d7af3417db9afc7 update site.yml dependency comment --- diff --git a/site.yml b/site.yml index f7fbc70..d503df3 100644 --- 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.