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
d0a2f438
Commit
d0a2f438
authored
Jun 13, 2012
by
Tim Bielawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing __author__ in __init__. Correct 'AUTHORS' credits in manpages.
parent
e904f840
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
10 deletions
+11
-10
docs/man/man1/ansible-playbook.1
+3
-3
docs/man/man1/ansible-playbook.1.asciidoc.in
+2
-2
docs/man/man1/ansible.1
+3
-3
docs/man/man1/ansible.1.asciidoc.in
+2
-2
lib/ansible/__init__.py
+1
-0
No files found.
docs/man/man1/ansible-playbook.1
View file @
d0a2f438
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 06/1
2
/2012
.\" Date: 06/1
3
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.4.1
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "06/1
2
/2012" "Ansible 0\&.4\&.1" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "06/1
3
/2012" "Ansible 0\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
@@ -110,7 +110,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
ANSIBLE_LIBRARY \(em Override the default ansible module library path
.SH "AUTHOR"
.sp
Ansible was originally written by Michael DeHaan\&. See the
AUTHORS file
for a complete list of contributors\&.
Ansible was originally written by Michael DeHaan\&. See the
GitHub project
for a complete list of contributors\&.
.SH "COPYRIGHT"
.sp
Copyright \(co 2012, Michael DeHaan
...
...
docs/man/man1/ansible-playbook.1.asciidoc.in
View file @
d0a2f438
...
...
@@ -94,8 +94,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
AUTHOR
------
Ansible was originally written by Michael DeHaan. See the
AUTHORS file
for a complete list of contributors.
Ansible was originally written by Michael DeHaan. See the
GitHub
project
for a complete list of contributors.
COPYRIGHT
...
...
docs/man/man1/ansible.1
View file @
d0a2f438
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 06/1
2
/2012
.\" Date: 06/1
3
/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.4.1
.\" Language: English
.\"
.TH "ANSIBLE" "1" "06/1
2
/2012" "Ansible 0\&.4\&.1" "System administration commands"
.TH "ANSIBLE" "1" "06/1
3
/2012" "Ansible 0\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
@@ -169,7 +169,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
ANSIBLE_LIBRARY \(em Override the default ansible module library path
.SH "AUTHOR"
.sp
Ansible was originally written by Michael DeHaan\&. See the
AUTHORS file
for a complete list of contributors\&.
Ansible was originally written by Michael DeHaan\&. See the
GitHub project
for a complete list of contributors\&.
.SH "COPYRIGHT"
.sp
Copyright \(co 2012, Michael DeHaan
...
...
docs/man/man1/ansible.1.asciidoc.in
View file @
d0a2f438
...
...
@@ -139,8 +139,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
AUTHOR
------
Ansible was originally written by Michael DeHaan. See the
AUTHORS file
for a complete list of contributors.
Ansible was originally written by Michael DeHaan. See the
GitHub
project
for a complete list of contributors.
COPYRIGHT
...
...
lib/ansible/__init__.py
View file @
d0a2f438
...
...
@@ -15,3 +15,4 @@
# 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.4.1'
__author__
=
'Michael DeHaan'
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