diff --git a/config/crd/bases/awx.ansible.com_awxs.yaml b/config/crd/bases/awx.ansible.com_awxs.yaml index 4954e2199..283edea2e 100644 --- a/config/crd/bases/awx.ansible.com_awxs.yaml +++ b/config/crd/bases/awx.ansible.com_awxs.yaml @@ -1805,7 +1805,7 @@ spec: description: Set log level of receptor service type: string receptor_datadir: - description: Set directory for receptor logs + description: Set directory for receptor data type: string extra_settings: description: Extra settings to specify for the API diff --git a/roles/installer/defaults/main.yml b/roles/installer/defaults/main.yml index d93f4a766..91681a4d8 100644 --- a/roles/installer/defaults/main.yml +++ b/roles/installer/defaults/main.yml @@ -468,7 +468,7 @@ host_aliases: '' receptor_log_level: info -receptor_datadir: /var/run/receptor/ +receptor_datadir: /var/lib/receptor/ # UWSGI default values uwsgi_processes: 5