]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible: remove debugging tasks
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 5 Feb 2019 16:13:25 +0000 (17:13 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 5 Feb 2019 16:13:25 +0000 (17:13 +0100)
these tasks were added for debugging purpose, they are no longer needed

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
scripts/build_utils.sh

index de9c33b18e4f5343c43ab87360ebc88e8b539c98..59eb1694e1fb4862d167372b2eee27a02bf648ad 100644 (file)
@@ -819,21 +819,6 @@ write_collect_logs_playbook() {
 - 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