Fix coping groups
This commit is contained in:
parent
881475af3d
commit
3afbe19b55
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue