Fix coping groups
This commit is contained in:
parent
881475af3d
commit
3afbe19b55
@ -53,6 +53,10 @@
|
|||||||
copy:
|
copy:
|
||||||
src: configuration/customize.yaml
|
src: configuration/customize.yaml
|
||||||
dest: '{{ pwd_config }}/customize.yaml'
|
dest: '{{ pwd_config }}/customize.yaml'
|
||||||
|
- name: Copy groups
|
||||||
|
copy:
|
||||||
|
src: configuration/groups.yaml
|
||||||
|
dest: '{{ pwd_config }}/groups.yaml'
|
||||||
- name: Copy secrets
|
- name: Copy secrets
|
||||||
copy:
|
copy:
|
||||||
src: configuration/secrets.yaml
|
src: configuration/secrets.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user