diff --git a/tasks/main.yml b/tasks/main.yml index 01d8331..ee2ea22 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,7 +2,7 @@ # tasks file for user_config - name: Clone user repository ansible.builtin.git: - dest: "{{ user_config_home }}" + dest: "{{ user_config_home }}/conf2" repo: "{{ user_config_repo }}" clone: true recursive: true