We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample script from https://github.com/infobloxopen/bloxone- ansible/blob/main/sample_playbook/ipam/address_block/create_address_block_next_available.yaml (Added tags)
vars:
tasks:
tags:
https://github.com/infobloxopen/bloxone-ansible/blob/main/ansible_collections/infoblox/b1ddi_modules/plugins/modules/b1_ipam_address_block.py
I don't see the tags are being added when looking at the function "next_available_address_block" on module
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sample script from https://github.com/infobloxopen/bloxone-
ansible/blob/main/sample_playbook/ipam/address_block/create_address_block_next_available.yaml
(Added tags)
connection: local
collections:
vars:
tasks:
Create a Address Block in a given IP space using next_available_address_block
b1_ipam_address_block:
space: "qa-space-1"
address: '{"next_available_address_block": {"cidr": "28", "count": "5", "parent_block": "40.0.0.0/24"}}'
name: "qa-nextAvailable"
comment: "Created by QA using nextavailable"
tags:
api_key: "{{ api }}"
host: "{{ host }}"
state: present
https://github.com/infobloxopen/bloxone-ansible/blob/main/ansible_collections/infoblox/b1ddi_modules/plugins/modules/b1_ipam_address_block.py
I don't see the tags are being added when looking at the function "next_available_address_block" on module
The text was updated successfully, but these errors were encountered: