aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/status/tasks/local_settings.yml
blob: 979083626119031d7a8e4964e248f5b0b49bf925 (plain)
1
2
3
4
5
6
# Create the local_settings file and fix its ownership.
-   name: local-settings
    template: src=local_settings.py dest={{ install_base }}/{{ install_dir }}/linaroroadmap

-   name: fix-local-settings-ownership
    file: path={{ install_base }}/{{ install_dir }}/linaroroadmap/local_settings.py owner={{ apache_user }} group={{ apache_user }}