mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07: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.
|
# a package version to use with the yum module.
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
- name: imagine this did something interesting with $release_version
|
- name: imagine this did something interesting with $release_version
|
||||||
action: shell echo foo >> /tmp/$release_version-$alpha
|
action: shell echo foo >> /tmp/$release_version-$alpha
|
||||||
|
|
||||||
|
- name: look we crypted a password
|
||||||
|
action: shell echo my password is $my_password2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue