Skip to content

Commit 818cf78

Browse files
committed
trying to fix display for AAP 10
1 parent 62d0748 commit 818cf78

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/patterns/federated-edge-observability/ansible-automation-platform.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,35 +59,35 @@ This script retrieves the URL for your Ansible Automation Platform instance and
5959
----
6060
[WARNING]: No inventory was parsed, only implicit localhost is available
6161
62-
PLAY [Retrieve Credentials for AAP on OpenShift] *********************************************************************************************************************************************************
62+
PLAY [Retrieve Credentials for AAP on OpenShift] *******************************************************************
6363
64-
TASK [Retrieve API hostname for AAP] *********************************************************************************************************************************************************************
64+
TASK [Retrieve API hostname for AAP] *******************************************************************
6565
ok: [localhost]
6666
67-
TASK [Set ansible_host] ******************************************************************************************************************************************************************************
67+
TASK [Set ansible_host] *****************************************************************
6868
ok: [localhost]
6969
70-
TASK [Retrieve admin password for AAP] *******************************************************************************************************************************************************************
70+
TASK [Retrieve admin password for AAP] *****************************************************************************
7171
ok: [localhost]
7272
73-
TASK [Set admin_password fact] ***************************************************************************************************************************************************************************
73+
TASK [Set admin_password fact] ****************************************************************************************
7474
ok: [localhost]
7575
76-
TASK [Report AAP Endpoint] *******************************************************************************************************************************************************************************
76+
TASK [Report AAP Endpoint] *****************************************************************************************
7777
ok: [localhost] => {
7878
"msg": "AAP Endpoint: https://aap-ansible-automation-platform.apps.kevstestcluster.aws.validatedpatterns.io"
7979
}
8080
81-
TASK [Report AAP User] ******************************************************************************************************************************************************************************
81+
TASK [Report AAP User] ******************************************************************************
8282
ok: [localhost] => {
8383
"msg": "AAP Admin User: admin"
8484
}
8585
86-
TASK [Report AAP Admin Password] *************************************************************************************************************************************************************************
86+
TASK [Report AAP Admin Password] *******************************************************************
8787
ok: [localhost] => {
8888
"msg": "AAP Admin Password: XoQ2MoU88ibAwUZI8tHu194DP304UEqz"
8989
}
9090
91-
PLAY RECAP ******************************************************************************************************************************************************************************
91+
PLAY RECAP *******************************************************************************
9292
localhost : ok=7 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
9393
----

0 commit comments

Comments
 (0)