mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2023-08-30 17:00
This commit is contained in:
@@ -63,13 +63,6 @@
|
||||
file: path=/etc/pmg/templates state=directory
|
||||
tags: pmg
|
||||
|
||||
- name: Copy custom templates
|
||||
template: src={{ item }}.j2 dest=/etc/pmg/templates/{{ item }}
|
||||
with_items:
|
||||
- master.cf.in
|
||||
notify: pmgconfig sync
|
||||
tags: pmg
|
||||
|
||||
- name: Check if pmg backup dir exists
|
||||
stat: path=/var/lib/pmg/backup
|
||||
register: pmg_backup
|
||||
|
Reference in New Issue
Block a user