Fixed xray dbutil rpm package.

This commit is contained in:
jefferyfry
2020-06-02 15:36:35 -07:00
parent 318ecd0584
commit 71bd6a6f65
6 changed files with 799 additions and 3 deletions

View File

@@ -31,9 +31,12 @@
until: downloadxray is succeeded
retries: 3
- name: perform prerequisite installation
- debug:
msg: "Running dependency installation for {{ ansible_os_family }}"
- name: perform dependency installation
include_tasks: "{{ ansible_os_family }}.yml"
- name: ensure etc exists
file:
path: "{{ xray_home }}/var/etc"