Skip to content

Commit

Permalink
Fix enrollment without specifying roleID
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire committed Feb 1, 2024
1 parent 9026944 commit 3dd563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{
"name": {{ dnclient_hostname | default(inventory_hostname) | to_json }},
"networkID": {{ dn_network_id | to_json }},
"roleID": {{ dnclient_role_id | default('') | to_json }},
"roleID": {{ dnclient_role_id | default(None) | to_json }},
"ipAddress": {{ dnclient_ip_address | default(None) | to_json }},
"staticAddresses": {{ dnclient_static_addresses | default([]) | to_json }},
"listenPort": {{ dnclient_listen_port | default(0) | to_json }},
Expand Down

0 comments on commit 3dd563a

Please sign in to comment.