Skip to content

Commit

Permalink
[ignore] Change example tasks names to the correct one for block and …
Browse files Browse the repository at this point in the history
…simple statement
  • Loading branch information
akinross authored and lhercot committed Feb 29, 2024
1 parent e5f9898 commit d038cc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions plugins/modules/aci_epg_useg_attribute_block_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

EXAMPLES = r"""
- name: Add a new block statement
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_block_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand All @@ -92,7 +92,7 @@
delegate_to: localhost
- name: Add a new nested block statement
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_block_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand All @@ -108,7 +108,7 @@
delegate_to: localhost
- name: Query a block statement
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_block_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand All @@ -121,7 +121,7 @@
register: query_result
- name: Query all block statements
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_block_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand All @@ -130,7 +130,7 @@
register: query_result
- name: Remove an existing block statement
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_block_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand Down
10 changes: 5 additions & 5 deletions plugins/modules/aci_epg_useg_attribute_simple_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@

EXAMPLES = r"""
- name: Add a new vmtag useg attribute in default block statement
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_simple_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand All @@ -132,7 +132,7 @@
delegate_to: localhost
- name: Add a new vmtag useg attribute in nested block statement
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_simple_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand All @@ -151,7 +151,7 @@
delegate_to: localhost
- name: Query a specific vmtag useg attribute in default block statement
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_simple_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand All @@ -165,7 +165,7 @@
register: query_result
- name: Query all vmtag useg attributes
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_simple_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand All @@ -175,7 +175,7 @@
register: query_result
- name: Remove an existing vmtag useg attribute from default block statement
cisco.aci.aci_epg_useg_attribute:
cisco.aci.aci_epg_useg_attribute_simple_statement:
host: apic
username: admin
password: SomeSecretPassword
Expand Down

0 comments on commit d038cc1

Please sign in to comment.