We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ef375 commit c1e2296Copy full SHA for c1e2296
tasks/main.yml
@@ -25,14 +25,14 @@
25
- name: checking subnet for next available ip address
26
uri:
27
validate_certs: false
28
- url: "{{ ipam.available_ip }}{{ subnet_id | int }}"
+ url: "{{ ipam.available_ip }}{{ ipam.subnet_id | int }}"
29
headers: token="{{ output.json.data.token }}"
30
register: ip_address
31
32
- name: reserve ip address
33
34
35
36
method: POST
37
headers:
38
token: "{{ output.json.data.token }}"
0 commit comments