Skip to content
Snippets Groups Projects
Commit 5dae2845 authored by jupiter's avatar jupiter
Browse files

fixed exceptions

parent c5522965
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
- name: Pre installation - name: Pre installation
shell: "{{ preInstallation }}" shell: "{{ preInstallation }}"
sudo: true sudo: true
ignore_errors: true
when: ansible_distribution == 'CentOS' and preInstallation is defined when: ansible_distribution == 'CentOS' and preInstallation is defined
- name: Add new repo file - name: Add new repo file
......
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