Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
38c3f28f
Commit
38c3f28f
authored
May 01, 2012
by
Tim Bielawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump
parent
67824918
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
VERSION
+1
-1
docs/man/man1/ansible-playbook.1
+2
-2
docs/man/man1/ansible.1
+2
-2
lib/ansible/__init__.py
+1
-1
setup.py
+1
-1
No files found.
VERSION
View file @
38c3f28f
0.3
0.3
.1
docs/man/man1/ansible-playbook.1
View file @
38c3f28f
...
...
@@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 05/01/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.3
.\" Source: Ansible 0.3
.1
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "05/01/2012" "Ansible 0\&.3" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "05/01/2012" "Ansible 0\&.3
\&.1
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
docs/man/man1/ansible.1
View file @
38c3f28f
...
...
@@ -4,10 +4,10 @@
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 05/01/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.3
.\" Source: Ansible 0.3
.1
.\" Language: English
.\"
.TH "ANSIBLE" "1" "05/01/2012" "Ansible 0\&.3" "System administration commands"
.TH "ANSIBLE" "1" "05/01/2012" "Ansible 0\&.3
\&.1
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
lib/ansible/__init__.py
View file @
38c3f28f
...
...
@@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'0.3'
__version__
=
'0.3
.1
'
__author__
=
'Michael DeHaan'
setup.py
View file @
38c3f28f
...
...
@@ -17,7 +17,7 @@ setup(name='ansible',
author
=
__author__
,
author_email
=
'michael.dehaan@gmail.com'
,
url
=
'http://ansible.github.com/'
,
license
=
'GPLv3'
,
license
=
'GPLv3
+
'
,
install_requires
=
[
'paramiko'
,
'jinja2'
,
"PyYAML"
],
package_dir
=
{
'ansible'
:
'lib/ansible'
},
packages
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment