[mailman3] Create the bin directory

We need at least one script that is useful, let's add it somewhere.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-26 11:58:23 +01:00
parent 301cb90d7e
commit cd83c8377c

View file

@ -403,6 +403,15 @@
# Scripts
#
- name: Create the scripts dir
ansible.builtin.file:
path: "{{ mailman_webui_basedir }}/bin"
state: directory
owner: root
group: root
mode: 0755
tags: mailman
- name: Install the staging-sync script
ansible.builtin.copy:
src: prod-to-stg.py