Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small fix to documentation on developing modules #9275

Closed
CaptTofu opened this issue Oct 6, 2014 · 2 comments
Closed

Small fix to documentation on developing modules #9275

CaptTofu opened this issue Oct 6, 2014 · 2 comments

Comments

@CaptTofu
Copy link
Contributor

CaptTofu commented Oct 6, 2014

Issue Type:

Documentation "docsite/rst/developing_modules.rst" refers to incorrectly-named repositories for extras and core modules. Documentation says "module-extras" where it should say "modules-extras". Also, the example shows a file without the .py extension, which is now the standard for ansible modules.

Ansible Version:

commit 0564468

Environment:

Ubuntu 13.04

Summary:

Documentation fix pertaining to naming of module repos

Steps To Reproduce:

view docsite/rst/developing_modules.rst

Expected Results:

Document says:

-Ok, let's get going with an example. We'll use Python. For starters, save this as a file named time::
.

  • ANSIBLE_LIBRARY=/ansible-module-core:/ansible-module-extras

Document should say

+Ok, let's get going with an example. We'll use Python. For starters, save this as a file named time.py::

  • ANSIBLE_LIBRARY=/ansible-modules-core:/ansible-modules-extras
Actual Results:

Documentation.

CaptTofu added a commit to CaptTofu/ansible that referenced this issue Oct 6, 2014
@CaptTofu
Copy link
Contributor Author

CaptTofu commented Oct 6, 2014

Please see pull request at: #9276

@jimi-c
Copy link
Member

jimi-c commented Oct 7, 2014

Hi @CaptTofu, since you've opened a PR for this, I'm going to go ahead and close this issue.

Thanks!

@jimi-c jimi-c closed this as completed Oct 7, 2014
jimi-c added a commit that referenced this issue Oct 7, 2014
@ansible ansible locked and limited conversation to collaborators Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants