mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
add output of password step for easy testing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user