aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/environment.yml
blob: 3d1ddbf94ad80acd1c9f84157bee869d2fcb8a57 (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 add_ons variable file
  include_tasks: addon.yml
  vars:
    addon: "{{ item }}"
  with_items: "{{ clever_addons }}"