diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 14:24:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 14:24:34 +0200 |
commit | 9d401701cfc6c7250c2dd38d39c4dd661879a2a4 (patch) | |
tree | 58f94159677ee3a9c5f55d20a9b7c50b6777a959 /roles/lists | |
parent | bed9bfaaa99dde6ecfb04e6a9ce98176b5ca604f (diff) |
Add references to bug reports.
Diffstat (limited to 'roles/lists')
-rw-r--r-- | roles/lists/tasks/sympa.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/lists/tasks/sympa.yml b/roles/lists/tasks/sympa.yml index 402518f..4505f54 100644 --- a/roles/lists/tasks/sympa.yml +++ b/roles/lists/tasks/sympa.yml @@ -13,6 +13,7 @@ # do_requestpasswd, do_subrequest: add $param->{'return_path'}='noreply@fripost.org'; # * List::send_global_file # $data->{'return_path'} //= &Conf::get_robot_conf($robot, 'request'); +# See #787946. - name: Configure Sympa copy: src=etc/sympa/{{ item }} dest=/etc/sympa/{{ item }} |