Update to 2022-02-28 18:00

This commit is contained in:
Daniel Berteaud
2022-02-28 18:00:08 +01:00
parent 4fc2784765
commit a2615486bb
12 changed files with 103 additions and 82 deletions

View File

@@ -1,15 +1,15 @@
---
- import_tasks: ../include_taskss/disable_selinux.yml
- import_tasks: ../includes/disable_selinux.yml
tags: fpbx
- include_tasks_tasks: directories.yml
- include_tasks: directories.yml
tags: always
- include_tasks_tasks: facts.yml
- include_tasks: facts.yml
tags: always
- include_tasks_tasks: archive_pre.yml
- include_tasks: archive_pre.yml
when: fpbx_install_mode | default('none') == 'upgrade'
tags: always
- include_tasks_tasks: install.yml
- include_tasks: install.yml
tags: always
- include_tasks: conf.yml
tags: always