Skip to content

Commit 306aab5

Browse files
Merge pull request #267 from CiscoDevNet/3.4.3
Release 3.4.3
2 parents 8c26b55 + e10a923 commit 306aab5

File tree

8 files changed

+980
-49
lines changed

8 files changed

+980
-49
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
name: collection
7272
path: .cache/collection-tarballs
7373

74+
- name: Create ansible.cfg file
75+
run: |
76+
echo "[galaxy]" > ansible.cfg
77+
echo "server = https://old-galaxy.ansible.com/" >> ansible.cfg
78+
cat ansible.cfg
79+
7480
- name: Install the collection tarball
7581
run: ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz
7682

@@ -108,6 +114,12 @@ jobs:
108114
name: collection
109115
path: .cache/collection-tarballs
110116

117+
- name: Create ansible.cfg file
118+
run: |
119+
echo "[galaxy]" > ansible.cfg
120+
echo "server = https://old-galaxy.ansible.com/" >> ansible.cfg
121+
cat ansible.cfg
122+
111123
- name: Install the collection tarball
112124
run: ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz
113125

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
6363
---
6464
collections:
6565
- name: cisco.dcnm
66-
version: 3.4.2
66+
version: 3.4.3
6767
```
6868
## Using this collection
6969

docs/cisco.dcnm.dcnm_network_module.rst

Lines changed: 103 additions & 41 deletions
Large diffs are not rendered by default.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: cisco
33
name: dcnm
4-
version: 3.4.2
4+
version: 3.4.3
55
readme: README.md
66
authors:
77
- Shrishail Kariyappanavar <nkshrishail>

plugins/modules/dcnm_network.py

Lines changed: 183 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)