Skip to content

Commit 6b84f9b

Browse files
Merge pull request #42 from dell/release-1.7.1
Release 1.7.1
2 parents 97aa487 + 349f4fc commit 6b84f9b

29 files changed

+79
-67
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Dellemc.Unity Change Log
55
.. contents:: Topics
66

77

8+
v1.7.1
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Patch update to fix import errors in utils file.
15+
816
v1.7.0
917
======
1018

README.md

+31-31
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ The capabilities of the Ansible modules are managing consistency groups, filesys
66

77
## Table of contents
88

9-
* [Code of conduct](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CODE_OF_CONDUCT.md)
10-
* [Maintainer guide](https://github.com/dell/ansible-unity/blob/1.7.0/docs/MAINTAINER_GUIDE.md)
11-
* [Committer guide](https://github.com/dell/ansible-unity/blob/1.7.0/docs/COMMITTER_GUIDE.md)
12-
* [Contributing guide](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CONTRIBUTING.md)
13-
* [Branching strategy](https://github.com/dell/ansible-unity/blob/1.7.0/docs/BRANCHING.md)
14-
* [List of adopters](https://github.com/dell/ansible-unity/blob/1.7.0/docs/ADOPTERS.md)
15-
* [Maintainers](https://github.com/dell/ansible-unity/blob/1.7.0/docs/MAINTAINERS.md)
16-
* [Support](https://github.com/dell/ansible-unity/blob/1.7.0/docs/SUPPORT.md)
9+
* [Code of conduct](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CODE_OF_CONDUCT.md)
10+
* [Maintainer guide](https://github.com/dell/ansible-unity/blob/1.7.1/docs/MAINTAINER_GUIDE.md)
11+
* [Committer guide](https://github.com/dell/ansible-unity/blob/1.7.1/docs/COMMITTER_GUIDE.md)
12+
* [Contributing guide](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CONTRIBUTING.md)
13+
* [Branching strategy](https://github.com/dell/ansible-unity/blob/1.7.1/docs/BRANCHING.md)
14+
* [List of adopters](https://github.com/dell/ansible-unity/blob/1.7.1/docs/ADOPTERS.md)
15+
* [Maintainers](https://github.com/dell/ansible-unity/blob/1.7.1/docs/MAINTAINERS.md)
16+
* [Support](https://github.com/dell/ansible-unity/blob/1.7.1/docs/SUPPORT.md)
1717
* [License](#license)
18-
* [Security](https://github.com/dell/ansible-unity/blob/1.7.0/docs/SECURITY.md)
18+
* [Security](https://github.com/dell/ansible-unity/blob/1.7.1/docs/SECURITY.md)
1919
* [Prerequisites](#prerequisites)
2020
* [List of Ansible modules for Dell Unity](#list-of-ansible-modules-for-dell-unity)
2121
* [Installation and execution of Ansible modules for Dell Unity](#installation-and-execution-of-ansible-modules-for-dell-unity)
2222
* [Releasing, Maintenance and Deprecation](#releasing-maintenance-and-deprecation)
2323

2424
## License
25-
The Ansible collection for Unity is released and licensed under the GPL-3.0 license. See [LICENSE](https://github.com/dell/ansible-unity/blob/1.7.0/LICENSE) for the full terms. Ansible modules and module utilities that are part of the Ansible collection for Unity are released and licensed under the Apache 2.0 license. See [MODULE-LICENSE](https://github.com/dell/ansible-unity/blob/1.7.0/MODULE-LICENSE) for the full terms.
25+
The Ansible collection for Unity is released and licensed under the GPL-3.0 license. See [LICENSE](https://github.com/dell/ansible-unity/blob/1.7.1/LICENSE) for the full terms. Ansible modules and module utilities that are part of the Ansible collection for Unity are released and licensed under the Apache 2.0 license. See [MODULE-LICENSE](https://github.com/dell/ansible-unity/blob/1.7.1/MODULE-LICENSE) for the full terms.
2626

2727
## Supported Platforms
2828
* Dell Unity Arrays version 5.1, 5.2, 5.3
@@ -32,41 +32,41 @@ This table provides information about the software prerequisites for the Ansible
3232

3333
| **Ansible Modules** | **Python version** | **Storops - Python SDK version** | **Ansible** |
3434
|---------------------|--------------------|----------------------------------|-------------|
35-
| v1.7.0 | 3.9 <br> 3.10 <br> 3.11 | 1.2.11 | 2.13 <br> 2.14 <br> 2.15|
35+
| v1.7.1 | 3.9 <br> 3.10 <br> 3.11 | 1.2.11 | 2.13 <br> 2.14 <br> 2.15|
3636

3737
## Idempotency
3838
The modules are written in such a way that all requests are idempotent and hence fault-tolerant. It essentially means that the result of a successfully performed request is independent of the number of times it is executed.
3939

4040
## List of Ansible Modules for Dell Unity
41-
* [Consistency group module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/consistencygroup.rst)
42-
* [Filesystem module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/filesystem.rst)
43-
* [Filesystem snapshot module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/filesystem_snapshot.rst)
44-
* [Info module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/info.rst)
45-
* [Host module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/host.rst)
46-
* [CIFS server module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/cifsserver.rst)
47-
* [NAS server module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/nasserver.rst)
48-
* [NFS server module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/nfsserver.rst)
49-
* [NFS export module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/nfs.rst)
50-
* [SMB share module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/smbshare.rst)
51-
* [Interface module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/interface.rst)
52-
* [Snapshot module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/snapshot.rst)
53-
* [Snapshot schedule module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/snapshotschedule.rst)
54-
* [Storage pool module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/storagepool.rst)
55-
* [User quota module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/user_quota.rste)
56-
* [Quota tree module ](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/tree_quota.rst)
57-
* [Volume module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/volume.rst)
58-
* [Replication session module](https://github.com/dell/ansible-unity/blob/1.7.0/docs/modules/replication_session.rst)
41+
* [Consistency group module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/consistencygroup.rst)
42+
* [Filesystem module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/filesystem.rst)
43+
* [Filesystem snapshot module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/filesystem_snapshot.rst)
44+
* [Info module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/info.rst)
45+
* [Host module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/host.rst)
46+
* [CIFS server module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/cifsserver.rst)
47+
* [NAS server module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/nasserver.rst)
48+
* [NFS server module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/nfsserver.rst)
49+
* [NFS export module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/nfs.rst)
50+
* [SMB share module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/smbshare.rst)
51+
* [Interface module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/interface.rst)
52+
* [Snapshot module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/snapshot.rst)
53+
* [Snapshot schedule module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/snapshotschedule.rst)
54+
* [Storage pool module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/storagepool.rst)
55+
* [User quota module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/user_quota.rste)
56+
* [Quota tree module ](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/tree_quota.rst)
57+
* [Volume module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/volume.rst)
58+
* [Replication session module](https://github.com/dell/ansible-unity/blob/1.7.1/docs/modules/replication_session.rst)
5959

6060
## Installation and execution of Ansible modules for Dell Unity
6161

62-
The installation and execution steps of Ansible modules for Dell Unity can be found [here](https://github.com/dell/ansible-unity/blob/1.7.0/docs/INSTALLATION.md).
62+
The installation and execution steps of Ansible modules for Dell Unity can be found [here](https://github.com/dell/ansible-unity/blob/1.7.1/docs/INSTALLATION.md).
6363

6464
## Releasing, Maintenance and Deprecation
6565

6666
Ansible Modules for Dell Technnologies Unity follows [Semantic Versioning](https://semver.org/).
6767

6868
New version will be release regularly if significant changes (bug fix or new feature) are made in the collection.
6969

70-
Released code versions are located on "release" branches with names of the form "release-x.y.z" where x.y.z corresponds to the version number. More information on branching strategy followed can be found [here](https://github.com/dell/ansible-unity/blob/1.7.0/docs/BRANCHING.md).
70+
Released code versions are located on "release" branches with names of the form "release-x.y.z" where x.y.z corresponds to the version number. More information on branching strategy followed can be found [here](https://github.com/dell/ansible-unity/blob/1.7.1/docs/BRANCHING.md).
7171

7272
Ansible Modules for Dell Technologies Unity deprecation cycle is aligned with that of [Ansible](https://docs.ansible.com/ansible/latest/dev_guide/module_lifecycle.html).

changelogs/.plugin-cache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ plugins:
106106
strategy: {}
107107
test: {}
108108
vars: {}
109-
version: 1.7.0
109+
version: 1.7.1

changelogs/changelog.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,8 @@ releases:
169169
name: replication_session
170170
namespace: ''
171171
release_date: '2023-06-30'
172+
1.7.1:
173+
changes:
174+
minor_changes:
175+
- Patch update to fix import errors in utils file.
176+
release_date: '2023-07-31'

docs/CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You may obtain a copy of the License at
1010

1111
# How to contribute
1212

13-
Become one of the contributors to this project! We thrive to build a welcoming and open community for anyone who wants to use the project or contribute to it. There are just a few small guidelines you need to follow. To help us create a safe and positive community experience for all, we require all participants to adhere to the [Code of Conduct](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CODE_OF_CONDUCT.md).
13+
Become one of the contributors to this project! We thrive to build a welcoming and open community for anyone who wants to use the project or contribute to it. There are just a few small guidelines you need to follow. To help us create a safe and positive community experience for all, we require all participants to adhere to the [Code of Conduct](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CODE_OF_CONDUCT.md).
1414

1515
## Table of contents
1616

@@ -76,7 +76,7 @@ Triage helps ensure that issues resolve quickly by:
7676

7777
If you don't have the knowledge or time to code, consider helping with _issue triage_. The Ansible modules for Dell Unity community will thank you for saving them time by spending some of yours.
7878

79-
Read more about the ways you can [Triage issues](https://github.com/dell/ansible-unity/blob/1.7.0/docs/ISSUE_TRIAGE.md).
79+
Read more about the ways you can [Triage issues](https://github.com/dell/ansible-unity/blob/1.7.1/docs/ISSUE_TRIAGE.md).
8080

8181
## Your first contribution
8282

@@ -89,7 +89,7 @@ When you're ready to contribute, it's time to create a pull request.
8989

9090
## Branching
9191

92-
* [Branching Strategy for Ansible modules for Dell Unity](https://github.com/dell/ansible-unity/blob/1.7.0/docs/BRANCHING.md)
92+
* [Branching Strategy for Ansible modules for Dell Unity](https://github.com/dell/ansible-unity/blob/1.7.1/docs/BRANCHING.md)
9393

9494
## Signing your commits
9595

@@ -144,7 +144,7 @@ Make sure that the title for your pull request uses the same format as the subje
144144

145145
### Quality gates for pull requests
146146

147-
GitHub Actions are used to enforce quality gates when a pull request is created or when any commit is made to the pull request. These GitHub Actions enforce our minimum code quality requirement for any code that get checked into the repository. If any of the quality gates fail, it is expected that the contributor will look into the check log, understand the problem and resolve the issue. If help is needed, please feel free to reach out the maintainers of the project for [support](https://github.com/dell/ansible-unity/blob/1.7.0/docs/SUPPORT.md).
147+
GitHub Actions are used to enforce quality gates when a pull request is created or when any commit is made to the pull request. These GitHub Actions enforce our minimum code quality requirement for any code that get checked into the repository. If any of the quality gates fail, it is expected that the contributor will look into the check log, understand the problem and resolve the issue. If help is needed, please feel free to reach out the maintainers of the project for [support](https://github.com/dell/ansible-unity/blob/1.7.1/docs/SUPPORT.md).
148148

149149
#### Code sanitization
150150

docs/INSTALLATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You may obtain a copy of the License at
3535

3636
* Download the latest tar build from any of the available distribution channel [Ansible Galaxy](https://galaxy.ansible.com/dellemc/unity) /[Automation Hub](https://console.redhat.com/ansible/automation-hub/repo/published/dellemc/unity) and use this command to install the collection anywhere in your system:
3737

38-
ansible-galaxy collection install dellemc-unity-1.7.0.tar.gz -p <install_path>
38+
ansible-galaxy collection install dellemc-unity-1.7.1.tar.gz -p <install_path>
3939

4040
* Set the environment variable:
4141

@@ -62,7 +62,7 @@ You may obtain a copy of the License at
6262

6363
## Ansible modules execution
6464

65-
The Ansible server must be configured with Python library for Unity to run the Ansible playbooks. The [Documents](https://github.com/dell/ansible-unity/blob/1.7.0/docs/) provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which needs to be configured before running the modules.
65+
The Ansible server must be configured with Python library for Unity to run the Ansible playbooks. The [Documents](https://github.com/dell/ansible-unity/blob/1.7.1/docs/) provide information on different Ansible modules along with their functions and syntax. The parameters table in the Product Guide provides information on various parameters which needs to be configured before running the modules.
6666

6767
## SSL certificate validation
6868

docs/ISSUE_TRIAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Should explain what happened, what was expected and how to reproduce it together
4343

4444
- Ansible Version: [e.g. 2.14]
4545
- Python Version [e.g. 3.10]
46-
- Ansible modules for Dell Unity Version: [e.g. 1.7.0]
46+
- Ansible modules for Dell Unity Version: [e.g. 1.7.1]
4747
- Unity SDK version: [e.g. Unity 1.2.11]
4848
- Any other additional information...
4949

docs/MAINTAINER_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If a candidate is approved, a Maintainer contacts the candidate to invite them t
2727
## Maintainer policies
2828

2929
* Lead by example
30-
* Follow the [Code of Conduct](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CODE_OF_CONDUCT.md) and the guidelines in the [Contributing](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CONTRIBUTING.md) and [Committer](https://github.com/dell/ansible-unity/blob/1.7.0/docs/COMMITTER_GUIDE.md) guides
30+
* Follow the [Code of Conduct](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CODE_OF_CONDUCT.md) and the guidelines in the [Contributing](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CONTRIBUTING.md) and [Committer](https://github.com/dell/ansible-unity/blob/1.7.1/docs/COMMITTER_GUIDE.md) guides
3131
* Promote a friendly and collaborative environment within our community
3232
* Be actively engaged in discussions, answering questions, updating defects, and reviewing pull requests
3333
* Criticize code, not people. Ideally, tell the contributor a better way to do what they need.

docs/Release Notes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Ansible Modules for Dell Technologies Unity**
22
=========================================
3-
### Release Notes 1.7.0
3+
### Release Notes 1.7.1
44

55
> © 2022 Dell Inc. or its subsidiaries. All rights reserved. Dell
66
> and other trademarks are trademarks of Dell Inc. or its
@@ -28,7 +28,7 @@ Table 1. Revision history
2828

2929
| Revision | Date | Description |
3030
|----------|----------------|---------------------------------------------------------|
31-
| 01 | June 2023 | Current release of Ansible Modules for Dell Unity 1.7.0 |
31+
| 01 | July 2023 | Current release of Ansible Modules for Dell Unity 1.7.1 |
3232

3333
Product Description
3434
-------------------
@@ -71,7 +71,7 @@ for Unity GitHub](https://github.com/dell/ansible-unity/) page.
7171

7272
Documentation
7373
-------------
74-
The documentation is available on [Ansible Modules for Unity GitHub](https://github.com/dell/ansible-unity/tree/1.7.0/docs)
74+
The documentation is available on [Ansible Modules for Unity GitHub](https://github.com/dell/ansible-unity/tree/1.7.1/docs)
7575
page. It includes the following:
7676
- README
7777
- Release Notes (this document)

docs/SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You may obtain a copy of the License at
1212

1313
The Ansible modules for Dell Unity repository are inspected for security vulnerabilities via blackduck scans and static code analysis.
1414

15-
In addition to this, there are various security checks that get executed against a branch when a pull request is created/updated. Please refer to [pull request](https://github.com/dell/ansible-unity/blob/1.7.0/docs/CONTRIBUTING.md#Pull-requests) for more information.
15+
In addition to this, there are various security checks that get executed against a branch when a pull request is created/updated. Please refer to [pull request](https://github.com/dell/ansible-unity/blob/1.7.1/docs/CONTRIBUTING.md#Pull-requests) for more information.
1616

1717
## Reporting a vulnerability
1818

galaxy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: dellemc
1010
name: unity
1111

1212
# The version of the collection. Must be compatible with semantic versioning
13-
version: 1.7.0
13+
version: 1.7.1
1414

1515
# The path to the Markdown (.md) readme file. This path is relative to the
1616
# root of the collection
@@ -54,13 +54,13 @@ tags: [storage]
5454
dependencies: {}
5555

5656
# The URL of the originating SCM repository
57-
repository: https://github.com/dell/ansible-unity/tree/1.7.0
57+
repository: https://github.com/dell/ansible-unity/tree/1.7.1
5858

5959
# The URL to any online docs
60-
documentation: https://github.com/dell/ansible-unity/tree/1.7.0/docs
60+
documentation: https://github.com/dell/ansible-unity/tree/1.7.1/docs
6161

6262
# The URL to the homepage of the collection/project
63-
homepage: https://github.com/dell/ansible-unity/tree/1.7.0
63+
homepage: https://github.com/dell/ansible-unity/tree/1.7.1
6464

6565
# The URL to the collection issue tracker
6666
issues: https://www.dell.com/community/Automation/bd-p/Automation

plugins/modules/cifsserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
LOG = utils.get_logger('cifsserver')
278278

279279

280-
application_type = "Ansible/1.7.0"
280+
application_type = "Ansible/1.7.1"
281281

282282

283283
class CIFSServer(object):

plugins/modules/consistencygroup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
LOG = utils.get_logger('consistencygroup',
495495
log_devel=logging.INFO)
496496

497-
application_type = "Ansible/1.7.0"
497+
application_type = "Ansible/1.7.1"
498498

499499

500500
class ConsistencyGroup(object):

plugins/modules/filesystem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@
689689

690690
LOG = utils.get_logger('filesystem')
691691

692-
application_type = "Ansible/1.7.0"
692+
application_type = "Ansible/1.7.1"
693693

694694

695695
class Filesystem(object):

plugins/modules/filesystem_snapshot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304

305305
LOG = utils.get_logger('filesystem_snapshot')
306306

307-
application_type = "Ansible/1.7.0"
307+
application_type = "Ansible/1.7.1"
308308

309309

310310
class FilesystemSnapshot(object):

plugins/modules/host.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347

348348
LOG = utils.get_logger('host')
349349

350-
application_type = "Ansible/1.7.0"
350+
application_type = "Ansible/1.7.1"
351351

352352

353353
class Host(object):

plugins/modules/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@
13021302
LOG = utils.get_logger('info')
13031303
SUCCESSFULL_LISTED_MSG = 'Successfully listed.'
13041304

1305-
application_type = "Ansible/1.7.0"
1305+
application_type = "Ansible/1.7.1"
13061306

13071307

13081308
class Info(object):

plugins/modules/interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227

228228
LOG = utils.get_logger('interface')
229229

230-
application_type = "Ansible/1.7.0"
230+
application_type = "Ansible/1.7.1"
231231

232232

233233
class Interface(object):

plugins/modules/nasserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
import utils
483483
LOG = utils.get_logger('nasserver')
484484

485-
application_type = "Ansible/1.7.0"
485+
application_type = "Ansible/1.7.1"
486486

487487

488488
class NASServer(object):

plugins/modules/nfs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
HOST_STATE_LIST = ['present-in-export', 'absent-in-export']
608608
STATE_LIST = ['present', 'absent']
609609

610-
application_type = "Ansible/1.7.0"
610+
application_type = "Ansible/1.7.1"
611611

612612

613613
class NFS(object):

plugins/modules/nfsserver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209

210210
LOG = utils.get_logger('nfsserver')
211211

212-
application_type = "Ansible/1.7.0"
212+
application_type = "Ansible/1.7.1"
213213

214214

215215
class NFSServer(object):

plugins/modules/smbshare.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325

326326
LOG = utils.get_logger('smbshare')
327327

328-
application_type = "Ansible/1.7.0"
328+
application_type = "Ansible/1.7.1"
329329

330330

331331
class SMBShare(object):

0 commit comments

Comments
 (0)