Skip to content
Snippets Groups Projects
Commit d1bd20ff authored by Jupiter Hu's avatar Jupiter Hu
Browse files

Add repo file duplication check

parent b5576ed8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
when: ansible_distribution == 'CentOS' and preInstallation is defined
- name: Add new repo file
shell: "{{ importRepo.command }}" "{{ importRepo.destination }}""
shell: "'{{ importRepo.command }}' '{{ importRepo.destination }}'"
sudo: true
run_once: true
args:
......
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