We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9204c4d commit 2a70a74Copy full SHA for 2a70a74
ansible/roles/common/tasks/main.yml
@@ -34,6 +34,7 @@
34
when: >
35
ansible_facts['ansible_distribution'] != 'CentOS' or
36
ansible_facts['ansible_distribution'] != 'Fedora'
37
+ ignore_errors: yes
38
- name: Install Cloud-init
39
yum:
40
name: cloud-init
0 commit comments