aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/environment.yml
blob: 1508ad44eca8171a9908747a2ef07a4e38363a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
- name: Create environment file
  template:
    src: env.j2
    dest: "{{ clever_app_confdir }}/env"
  no_log: true

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