diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-02-22 14:01:02 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-02-22 22:56:32 +0100 |
commit | 8692bc2704f2a38890c93577e8f6743e611d5308 (patch) | |
tree | 4f0e9ffda46afe5e571d7071dd8e08c34a5b8928 /tasks/environment.yml | |
parent | f7dd5848f817bb42cb06eadc5444ec390aa813ba (diff) | |
download | ansible-clever-8692bc2704f2a38890c93577e8f6743e611d5308.tar.gz ansible-clever-8692bc2704f2a38890c93577e8f6743e611d5308.tar.zst ansible-clever-8692bc2704f2a38890c93577e8f6743e611d5308.zip |
add travis file
Diffstat (limited to 'tasks/environment.yml')
-rw-r--r-- | tasks/environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/environment.yml b/tasks/environment.yml index 3d1ddbf..1508ad4 100644 --- a/tasks/environment.yml +++ b/tasks/environment.yml | |||
@@ -4,7 +4,7 @@ | |||
4 | dest: "{{ clever_app_confdir }}/env" | 4 | dest: "{{ clever_app_confdir }}/env" |
5 | no_log: true | 5 | no_log: true |
6 | 6 | ||
7 | - name: Create add_ons variable file | 7 | - name: Create addons variable file |
8 | include_tasks: addon.yml | 8 | include_tasks: addon.yml |
9 | vars: | 9 | vars: |
10 | addon: "{{ item }}" | 10 | addon: "{{ item }}" |