Skip to content

Commit

Permalink
Fix out of date documentation. Point to new home.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Prescott committed Aug 18, 2017
1 parent 452d8d2 commit 7430ccd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Change Log

## [Unreleased] -
## [Unreleased]

## [1.0.0] - 2017-08-18
### Added
- Issue template

### Updated
- Sync to upstream in ansible
- Sync with upstream in Ansible

### Fixed
- Documentation reporting incorrect license

## [0.4.0] - 2017-07-19
### Added
Expand Down Expand Up @@ -81,7 +86,8 @@
- unit tests
- Travis continuous integration

[Unreleased]: https://github.com/cmprescott/ansible-xml/compare/0.4.0...HEAD
[Unreleased]: https://github.com/cmprescott/ansible-xml/compare/1.0.0...HEAD
[1.0.0]: https://github.com/cmprescott/ansible-xml/compare/0.4.0...1.0.0
[0.4.0]: https://github.com/cmprescott/ansible-xml/compare/0.3.4...0.4.0
[0.3.4]: https://github.com/cmprescott/ansible-xml/compare/0.3.3...0.3.4
[0.3.3]: https://github.com/cmprescott/ansible-xml/compare/0.3.2...0.3.3
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[![Build Status][travis_badge]][travis_results]
# ansible-xml

[Ansible][src_ansible] module for manipulating
bits and pieces of XML files and strings.
[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).

# Installation

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

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

# What is XPath?
Expand Down Expand Up @@ -192,6 +192,7 @@ children elements.
[doc_install_in_path]: http://docs.ansible.com/ansible/developing_modules.html#module-paths
[doc_install_in_playbook]: http://docs.ansible.com/ansible/playbooks_best_practices.html#bundling-ansible-modules-with-playbooks
[github_issue_16]: https://github.com/cmprescott/ansible-xml/issues/16
[github_repo_ansible]: https://github.com/ansible/ansible
[github_user_cmprescott]: https://github.com/cmprescott
[github_user_tbielawa]: https://github.com/tbielawa
[github_team_rhinception]: https://github.com/RHInception
Expand Down
4 changes: 2 additions & 2 deletions ansible-xml.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name: ansible-xml
BuildArch: noarch
Version: 0.3.4
Version: 1.0.0
Release: 1
Summary: Ansible module for manipulating bits and pieces of XML files and strings
Vendor: Chris Prescott
License: GPLv2
License: GPLv3
URL: https://github.com/cmprescott/ansible-xml
Packager: Styopa Semenukha <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
galaxy_info:
author: Tim Bielawa
license: GPL-2.0
license: GPL-3.0
min_ansible_version: 1.6
categories:
- files
Expand Down

0 comments on commit 7430ccd

Please sign in to comment.