Skip to content
Snippets Groups Projects
Commit 200e36da authored by wu.chunyang's avatar wu.chunyang
Browse files

Fix deployment failure when kolla_dev_mod is enabled

trivial fix

Change-Id: I43bc11183c2fa9773811a74a93c37cecceed7454
parent cccae8a6
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
update: "{{ masakari_dev_repos_pull }}" update: "{{ masakari_dev_repos_pull }}"
version: "{{ masakari_source_version }}" version: "{{ masakari_source_version }}"
- name: Cloning masakarimonitors source repository for development - name: Cloning masakari monitors source repository for development
become: true become: true
git: git:
repo: "{{ masakarimonitors_git_repository }}" repo: "{{ masakari_monitors_git_repository }}"
dest: "{{ kolla_dev_repos_directory }}/masakari-monitors" dest: "{{ kolla_dev_repos_directory }}/masakari-monitors"
update: "{{ masakarimonitors_dev_repos_pull }}" update: "{{ masakari_monitors_dev_repos_pull }}"
version: "{{ masakarimonitors_source_version }}" version: "{{ masakari_monitors_source_version }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment