james / fedora-infra / ansible

Forked from fedora-infra/ansible 5 years ago
Clone

4e221cf [mailman3] Fix the ownership of log file

Authored and Committed by zlopez 11 months ago
    [mailman3] Fix the ownership of log file
    
    Both become and become_user needs to be set to work. So the script was executed
    as root which caused the hyperkitty log file to be created with root owner.
    
    Signed-off-by: Michal Konecny <mkonecny@redhat.com>