We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecf550 commit 16a94a3Copy full SHA for 16a94a3
defaults/main.yml
@@ -23,7 +23,7 @@ react_app_name: "{{ react_system_user }}"
23
react_codebase_path: "{{ react_system_user_home }}/app"
24
react_versioned_path: "{{ react_codebase_path }}-versioned"
25
react_checkout_path: "{{ react_versioned_path }}/{{ ansible_date_time['epoch'] }}"
26
-react_app_path: "{{react_checkout_path}}"
+react_app_path: "{{ react_checkout_path }}"
27
react_log_path: "/var/log/{{ react_app_name }}"
28
29
# app settings
0 commit comments