chore: initial release #22

Merged
jon_nfc merged 54 commits from development into master 2024-02-21 09:07:13 +00:00
25 changed files with 788 additions and 9 deletions
Showing only changes of commit 4870e32970 - Show all commits

View File

@ -34,6 +34,7 @@
ansible.builtin.assert:
that:
- api_url is defined
- api_url != ''
msg: "missing Required Variables"

View File

@ -62,7 +62,7 @@
{%- endif %}
ansible.builtin.uri:
url: >-
https://phpipam.local/api/{{ api_client_name }}/{{ api_path }}
{{ api_url }}/api/{{ api_client_name }}/{{ api_path }}
{%- if api_query_string is defined -%}
/?{{ api_query_string }}
{%- endif %}