You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
[![Build Status][travis_badge]][travis_results]
2
2
# ansible-xml
3
3
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).
6
5
7
6
# Installation
8
7
9
8
* This module requires Python bindings to ``libxml`` version 2.3 or later. This is usually in a package called
10
9
``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``,
12
11
or ``ansible-galaxy install cmprescott.xml``. Valid installation paths are
[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.
18
17
19
18
* Original module created by [@github_rhinception][github_team_rhinception].
20
19
* 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.
0 commit comments