Skip to content

Commit 7430ccd

Browse files
author
Christopher Prescott
committed
Fix out of date documentation. Point to new home.
1 parent 452d8d2 commit 7430ccd

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Change Log
22

3-
## [Unreleased] -
3+
## [Unreleased]
4+
5+
## [1.0.0] - 2017-08-18
46
### Added
57
- Issue template
68

79
### Updated
8-
- Sync to upstream in ansible
10+
- Sync with upstream in Ansible
11+
12+
### Fixed
13+
- Documentation reporting incorrect license
914

1015
## [0.4.0] - 2017-07-19
1116
### Added
@@ -81,7 +86,8 @@
8186
- unit tests
8287
- Travis continuous integration
8388

84-
[Unreleased]: https://github.com/cmprescott/ansible-xml/compare/0.4.0...HEAD
89+
[Unreleased]: https://github.com/cmprescott/ansible-xml/compare/1.0.0...HEAD
90+
[1.0.0]: https://github.com/cmprescott/ansible-xml/compare/0.4.0...1.0.0
8591
[0.4.0]: https://github.com/cmprescott/ansible-xml/compare/0.3.4...0.4.0
8692
[0.3.4]: https://github.com/cmprescott/ansible-xml/compare/0.3.3...0.3.4
8793
[0.3.3]: https://github.com/cmprescott/ansible-xml/compare/0.3.2...0.3.3

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[![Build Status][travis_badge]][travis_results]
22
# ansible-xml
33

4-
[Ansible][src_ansible] module for manipulating
5-
bits and pieces of XML files and strings.
4+
[Ansible][src_ansible] module for manipulating bits and pieces of XML files and strings. This module is currently in devel version of [Ansible][github_repo_ansible]. It should be released as part of Ansible 2.4.0 in [Mid-September](https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/roadmap/ROADMAP_2_4.rst). As a consequence, all the issues should be reported to [ansible](https://github.com/ansible/ansible/issues).
65

76
# Installation
87

98
* This module requires Python bindings to ``libxml`` version 2.3 or later. This is usually in a package called
109
``python-lxml``. Install with ``apt-get install python-lxml``, ``yum install python-lxml``, or ``pip install lxml``.
11-
* This module is **NOT** included with Ansible. Install with ``git clone https://github.com/cmprescott/ansible-xml.git``,
10+
* This module is **NOT** included with Ansible v2.3 and below. Install with ``git clone https://github.com/cmprescott/ansible-xml.git``,
1211
or ``ansible-galaxy install cmprescott.xml``. Valid installation paths are
1312
[the playbook's library directory][doc_install_in_playbook],
1413
[the playbook's roles directory and include in the playbook][doc_install_as_role],
@@ -18,7 +17,8 @@ bits and pieces of XML files and strings.
1817

1918
* Original module created by [@github_rhinception][github_team_rhinception].
2019
* On 2015-05-05, [@tbielawa][github_user_tbielawa] transferred the project over to [@cmprescott][github_user_cmprescott] to resolve [issue #16][github_issue_16].
21-
* This software is available under the terms of the GPLv2 license.
20+
* On 2017-08-08, this module was merged upstream into [Ansible][github_repo_ansible].
21+
* This software is available under the terms of the GPLv3 license.
2222
* Hi there, we have unit tests!
2323

2424
# What is XPath?
@@ -192,6 +192,7 @@ children elements.
192192
[doc_install_in_path]: http://docs.ansible.com/ansible/developing_modules.html#module-paths
193193
[doc_install_in_playbook]: http://docs.ansible.com/ansible/playbooks_best_practices.html#bundling-ansible-modules-with-playbooks
194194
[github_issue_16]: https://github.com/cmprescott/ansible-xml/issues/16
195+
[github_repo_ansible]: https://github.com/ansible/ansible
195196
[github_user_cmprescott]: https://github.com/cmprescott
196197
[github_user_tbielawa]: https://github.com/tbielawa
197198
[github_team_rhinception]: https://github.com/RHInception

ansible-xml.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Name: ansible-xml
22
BuildArch: noarch
3-
Version: 0.3.4
3+
Version: 1.0.0
44
Release: 1
55
Summary: Ansible module for manipulating bits and pieces of XML files and strings
66
Vendor: Chris Prescott
7-
License: GPLv2
7+
License: GPLv3
88
URL: https://github.com/cmprescott/ansible-xml
99
Packager: Styopa Semenukha <semenukha@gmail.com>
1010

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
galaxy_info:
33
author: Tim Bielawa
4-
license: GPL-2.0
4+
license: GPL-3.0
55
min_ansible_version: 1.6
66
categories:
77
- files

0 commit comments

Comments
 (0)