Quit using remote_src
This commit is contained in:
parent
b334935d1e
commit
293f74e49d
@ -118,11 +118,10 @@
|
|||||||
version: 12-10-stable
|
version: 12-10-stable
|
||||||
- name: Copy configs around
|
- name: Copy configs around
|
||||||
copy:
|
copy:
|
||||||
remote_src: yes
|
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
dest: "{{ item.dest }}"
|
dest: "{{ item.dest }}"
|
||||||
loop:
|
loop:
|
||||||
- { src: "/var/gitlab/gitlab-foss/config/gitlab.yml.example", dest: "/var/gitlab/gitlab-foss/config/gitlab.yml" }
|
- { src: "gitlab.yml", dest: "/var/gitlab/gitlab-foss/config/gitlab.yml" }
|
||||||
- name: Set up Apache
|
- name: Set up Apache
|
||||||
block:
|
block:
|
||||||
- name: Create webroot
|
- name: Create webroot
|
||||||
|
Loading…
Reference in New Issue
Block a user