Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1594506

Summary: uninstall ansible output is broken, shows 'command|find|file' as the CMD for many tasks
Product: OpenShift Container Platform Reporter: Nicholas Schuetz <nick>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED NOTABUG QA Contact: Johnny Liu <jialiu>
Severity: low Docs Contact:
Priority: low    
Version: 3.10.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: 3.10.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-18 14:07:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
full uninstall output none

Description Nicholas Schuetz 2018-06-23 19:42:42 UTC
running the uninstall, i get following output:

TASK [command] **********************************

and 

TASK [find] *************************************

and 

TASK [file] *************************************

It happens this many times:

[root@master01 ~]# cat output.txt |grep '\[command\]' |wc -l
20
[root@master01 ~]# cat output.txt |grep '\[find\]' |wc -l
6
[root@master01 ~]# cat output.txt |grep '\[file\]' |wc -l
6

-Nick

Comment 1 Nicholas Schuetz 2018-06-24 16:13:09 UTC
Created attachment 1454171 [details]
full uninstall output

wonkiness starts at line 455, right after "Remove packages"

Comment 2 Scott Dodson 2018-06-25 12:30:19 UTC
Those are unnamed tasks. Is there an actual symptom observed?

Comment 3 Nicholas Schuetz 2018-06-25 15:18:24 UTC
there is no problem, just cosmetic i guess.  It's inevitable that a customer will ask why there is no specific commands being listed on 20 different uninstall tasks.

Comment 4 Nicholas Schuetz 2018-06-25 15:19:15 UTC
correction, 32 different uninstall tasks.  20+6+6=32