Skip to content

Commit

Permalink
[ignore] Added changes based on PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib authored and lhercot committed Apr 17, 2024
1 parent 127d7c9 commit ef1e466
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/optimizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ansible_network_os=cisco.aci.aci
Instead of using `hostname`, `username` & `password` in the playbook, the following variables can be used in the inventory.

```ini
ansible_user=admin
ansible_user=apicUser
ansible_password="SomeSecretPassword"
```

Expand Down Expand Up @@ -94,7 +94,6 @@ If enabled, a GET call to check previous object state will not be sent before a
description: Web Intranet EPG
bd: prod_bd
suppress_previous: true
delegate_to: localhost
```
### `suppress_verification`
Expand Down Expand Up @@ -127,5 +126,4 @@ If enabled, a verifying GET call to check current object state will not be sent
description: Web Intranet EPG
bd: prod_bd
suppress_verification: true
delegate_to: localhost
```

0 comments on commit ef1e466

Please sign in to comment.