Skip to content

Commit 745efec

Browse files
committed
Doc
1 parent c16ab19 commit 745efec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ansible/user_create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
- sellyoursaas_installed_rules.stat.exists == True
5050
- userpublickey is not defined
5151

52-
- name: Print return information from the previous task
52+
- name: Print value of userip found from the previous task
5353
ansible.builtin.debug:
5454
var: userip
5555
verbosity: 1
5656

57-
- name: Print return information from the previous task
57+
- name: Print value of userpublickey found from the previous task
5858
ansible.builtin.debug:
5959
var: userpublickey
6060
verbosity: 1

0 commit comments

Comments
 (0)