#17 print output of dnf task
Closed 6 years ago by kparal. Opened 6 years ago by lbrabec.

file modified
+11
@@ -21,6 +21,17 @@ 

          - koji

          - libtaskotron-core

          - libtaskotron-fedora

+       register: dnf_output

+ 

+     - name: Print msg of dnf task

+       debug:

+         var: dnf_output.results[0].msg

+       when: "'msg' in dnf_output.results[0]"

+ 

+     - name: Print results of dnf task

+       debug:

+         var: dnf_output.results[0].results

+       when: "'results' in dnf_output.results[0]"

  

      - name: Make sure taskotron results dir exists

        # this is for placing results.yml file

no initial comment

1 new commit added

  • debug output cleanup
6 years ago

Pull-Request has been closed by kparal

6 years ago
Metadata