diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-13 12:45:58 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-13 12:45:58 +0100 |
commit | ba4d353e10d594c51af1c08bfc8ca66fbe606da7 (patch) | |
tree | b1f3ba21910af47cc28e0df9d4a6aaf543260246 /roles | |
parent | 5cba4dd66e7e2f132c0c165b47002eddc3215507 (diff) |
And also use the right module
Diffstat (limited to 'roles')
-rw-r--r-- | roles/git_repositories/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git_repositories/tasks/main.yml b/roles/git_repositories/tasks/main.yml index f0aacf4..cf48d5b 100644 --- a/roles/git_repositories/tasks/main.yml +++ b/roles/git_repositories/tasks/main.yml @@ -27,7 +27,7 @@ state: "{% if item.private is defined and item.private %}absent{% else %}touch{% endif %}" with_items: git_repositories -- template: +- copy: dest: "{{ git_repositories_dir }}/{{ item.name }}/description" content: "{{ item.desc }}" with_items: git_repositories |