aboutsummaryrefslogblamecommitdiffhomepage
path: root/tasks/environment.yml
blob: 5acc0cefca6b6418e25c3135908fdb5dad53abec (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                   



                                   





                                        
- name: Create addons variable file
  include_tasks: addon.yml
  vars:
    addon: "{{ item }}"
  with_items: "{{ clever_addons }}"

- name: Create environment file
  template:
    src: env.j2
    dest: "{{ clever_app_confdir }}/env"
  no_log: true