Skip to content

Commit

Permalink
Merge pull request #267 from CiscoDevNet/3.4.3
Browse files Browse the repository at this point in the history
Release  3.4.3
  • Loading branch information
praveenramoorthy authored Oct 26, 2023
2 parents 8c26b55 + e10a923 commit 306aab5
Show file tree
Hide file tree
Showing 8 changed files with 980 additions and 49 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
name: collection
path: .cache/collection-tarballs

- name: Create ansible.cfg file
run: |
echo "[galaxy]" > ansible.cfg
echo "server = https://old-galaxy.ansible.com/" >> ansible.cfg
cat ansible.cfg
- name: Install the collection tarball
run: ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz

Expand Down Expand Up @@ -108,6 +114,12 @@ jobs:
name: collection
path: .cache/collection-tarballs

- name: Create ansible.cfg file
run: |
echo "[galaxy]" > ansible.cfg
echo "server = https://old-galaxy.ansible.com/" >> ansible.cfg
cat ansible.cfg
- name: Install the collection tarball
run: ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
---
collections:
- name: cisco.dcnm
version: 3.4.2
version: 3.4.3
```
## Using this collection
Expand Down
144 changes: 103 additions & 41 deletions docs/cisco.dcnm.dcnm_network_module.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: dcnm
version: 3.4.2
version: 3.4.3
readme: README.md
authors:
- Shrishail Kariyappanavar <nkshrishail>
Expand Down
187 changes: 183 additions & 4 deletions plugins/modules/dcnm_network.py

Large diffs are not rendered by default.

Loading

0 comments on commit 306aab5

Please sign in to comment.