You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error appears to be in '/home/kkrishnasamy/NSX_Deploy_Playbook/playbooks/11-configure_segment_creation.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The error appears to be in '/home/kkrishnasamy/NSX_Deploy_Playbook/playbooks/11-configure_segment_creation.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The error appears to be in '/home/kkrishnasamy/NSX_Deploy_Playbook/playbooks/11-configure_segment_creation.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Create NSX-T Segment
^ here
The text was updated successfully, but these errors were encountered:
Describe the bug
Ansible-Segment-Creation-error
gather_facts: false
vars_files: ../answerfile.yml
tasks:
vmware.ansible_for_nsxt.nsxt_policy_segment:
nsx_api_managers:
hostname: "{{ nsxt_ip_address }}"
username: "{{ nsxt_admin_user }}"
password: "{{ nsxt_password }}"
validate_certs: no
display_name: "{{ segment_name }}"
transport_zone: "{{ nsxt_transportzone_overlay_display_name }}"
subnet: "{{ subnet }}"
gateway_address: "{{ gateway }}"
cidr: "{{ cidr }}"
state: present
Getting an error
ERROR! conflicting action statements: vmware.ansible_for_nsxt.nsxt_policy_segment, nsx_api_managers
The error appears to be in '/home/kkrishnasamy/NSX_Deploy_Playbook/playbooks/11-configure_segment_creation.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Create NSX-T Segment
^ here
Reproduction steps
Na
Expected behavior
ERROR! conflicting action statements: vmware.ansible_for_nsxt.nsxt_policy_segment, nsx_api_managers
The error appears to be in '/home/kkrishnasamy/NSX_Deploy_Playbook/playbooks/11-configure_segment_creation.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Create NSX-T Segment
^ here
Additional context
ERROR! conflicting action statements: vmware.ansible_for_nsxt.nsxt_policy_segment, nsx_api_managers
The error appears to be in '/home/kkrishnasamy/NSX_Deploy_Playbook/playbooks/11-configure_segment_creation.yml': line 6, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Create NSX-T Segment
^ here
The text was updated successfully, but these errors were encountered: