Skip to content

Commit

Permalink
Fix Acme Account Name Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Caron committed Nov 9, 2022
1 parent 0c9dd01 commit f826bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/pve-acme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

- name: Add ACME account configuration
ansible.builtin.expect:
command: pvenode acme account register {{ pve_acme_plugin_name }} {{ pve_acme_account_email }} --directory {{ pve_acme_account_directory }}
command: pvenode acme account register {{ pve_acme_account_name }} {{ pve_acme_account_email }} --directory {{ pve_acme_account_directory }}
responses:
Do you agree to the above terms.*: y
when: acme_account_list.stdout | length == 0
Expand Down

0 comments on commit f826bec

Please sign in to comment.