Skip to content

Commit

Permalink
adding userinfo (#8789)
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshget authored Nov 12, 2024
1 parent 352592b commit f5c5574
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/roles/nginx_with_cert/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,14 @@
name: nginx
state: restarted

- name: print out user.info
agnosticd_user_info:
msg: |
nginx_web_url: {{ nginx_with_cert_hostname }}
- name: Save user data
agnosticd_user_info:
data:
nginx_web_url: "{{ nginx_with_cert_hostname }}"

...

0 comments on commit f5c5574

Please sign in to comment.