forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.3.0 0.1.rc1 | ||
2.2.3.0 1 |
Submodule core
updated
7 files
+1 −1 | VERSION | |
+22 −6 | network/dellos10/dellos10_command.py | |
+12 −10 | network/dellos10/dellos10_facts.py | |
+21 −5 | network/dellos6/dellos6_command.py | |
+45 −34 | network/dellos6/dellos6_facts.py | |
+22 −7 | network/dellos9/dellos9_command.py | |
+8 −7 | network/dellos9/dellos9_facts.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low | |
|
||
-- Ansible, Inc. <[email protected]> %DATE% | ||
|
||
ansible (2.2.3.0) unstable; urgency=low | ||
|
||
* 2.2.3.0 | ||
|
||
-- Ansible, Inc. <[email protected]> Tue, 09 May 2017 09:50:18 -0500 | ||
|
||
|
||
ansible (2.2.2.0) unstable; urgency=low | ||
|
||
* 2.2.2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,6 +125,9 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Tue May 09 2017 Ansible, Inc. <[email protected]> - 2.2.3.0-1 | ||
- Release 2.2.3.0-1 | ||
|
||
* Mon Mar 27 2017 Ansible, Inc. <[email protected]> - 2.2.2.0-1 | ||
- Release 2.2.2.0-1 | ||
|
||
|