mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add output of password step for easy testing
This commit is contained in:
parent
05d6e74cce
commit
ce015fcaf8
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,13 @@
|
|||
# a package version to use with the yum module.
|
||||
|
||||
tasks:
|
||||
|
||||
- name: imagine this did something interesting with $release_version
|
||||
action: shell echo foo >> /tmp/$release_version-$alpha
|
||||
|
||||
- name: look we crypted a password
|
||||
action: shell echo my password is $my_password2
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue