X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/e7f0dda5b871d22ea9925aeaf8a1513d9833128b..9a5dfb77df2ff129c8218fae9cb9b90f619606c7:/site.yml 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.