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

Module utils default path #20913

Merged
merged 4 commits into from Feb 3, 2017
Merged

Commits on Feb 1, 2017

  1. Make the module_utils path configurable

    * Add a config value to define the path site module_utils files
    * Handle module_utils that do not have source as an error
    * Make an integration test for module_utils envvar working
    abadger committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    04b7ac2 View commit details
    Browse the repository at this point in the history
  2. Add documentation for the ANSIBLE_MODULE_UTILS config option/envvar

    * Add it to the sample ansible.cfg
    * Add it to intro_configuration.
    * Also modify intro_configuration to place envvars on equal footing with
      the config options (will need to document the envvar names in the
      future)
    * Also add the ANSIBLE_LIBRARY use case from
      ansible#15432 so we can close out
      that bug.
    abadger committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    4111976 View commit details
    Browse the repository at this point in the history
  3. Update intro_configuration.rst

    Looks good! Just a few small edits.
    dharmabumstead authored and abadger committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    90186f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Configuration menu
    Copy the full SHA
    44594c7 View commit details
    Browse the repository at this point in the history