Put mx-puppet-skype configs in ./config directory, not ./data

This commit is contained in:
Slavi Pantaleev
2020-04-09 09:44:10 +03:00
parent 5b8f8bc942
commit c1a66d3422
4 changed files with 6 additions and 3 deletions

View File

@@ -75,7 +75,7 @@
- name: Ensure mx-puppet-skype skype-registration.yaml installed
copy:
content: "{{ matrix_mx_puppet_skype_registration|to_nice_yaml }}"
dest: "{{ matrix_mx_puppet_skype_config_path }}/skype-registration.yaml"
dest: "{{ matrix_mx_puppet_skype_config_path }}/registration.yaml"
mode: 0644
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"