[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:
parent
301cb90d7e
commit
cd83c8377c
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue