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