We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16ab19 commit 745efecCopy full SHA for 745efec
scripts/ansible/user_create.yml
@@ -49,12 +49,12 @@
49
- sellyoursaas_installed_rules.stat.exists == True
50
- userpublickey is not defined
51
52
- - name: Print return information from the previous task
+ - name: Print value of userip found from the previous task
53
ansible.builtin.debug:
54
var: userip
55
verbosity: 1
56
57
+ - name: Print value of userpublickey found from the previous task
58
59
var: userpublickey
60
0 commit comments