these tasks were added for debugging purpose, they are no longer needed
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
- hosts: all
become: yes
tasks:
- - name: get yum repoinfo result
- command: yum repoinfo
- failed_when: false
- when: ansible_distribution == 'CentOS'
-
- - name: get date result
- command: date
- failed_when: false
- when: ansible_distribution == 'CentOS'
-
- - name: get yum check-update result
- command: yum check-update
- failed_when: false
- when: ansible_distribution == 'CentOS'
-
- name: find ceph logs
command: find /var/log/ceph -name "*.log"
register: ceph_logs