Skip to content

Commit

Permalink
Correction to example console output to match playbook (#5303)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Piper <nick.piper@cgi.com>
  • Loading branch information
pipern committed Nov 9, 2021
1 parent 2e1ab8c commit e7cfd27
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -118,7 +118,7 @@ PLAY [localhost] ***************************************************************
TASK [Gathering Facts] *********************************************************************
ok: [localhost]

Task [memcached : set example-coonfig configmap to present]
Task [memcached : set ConfigMap example-config to present]
changed: [localhost]

PLAY RECAP *********************************************************************************
Expand All @@ -145,7 +145,7 @@ PLAY [localhost] ***************************************************************
TASK [Gathering Facts] *********************************************************************
ok: [localhost]

Task [memcached : set example-config configmap to absent]
Task [memcached : set ConfigMap example-config to absent]
changed: [localhost]

PLAY RECAP *********************************************************************************
Expand Down

0 comments on commit e7cfd27

Please sign in to comment.