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

Add missing entry to package_data, fix warning #44585

Merged
merged 1 commit into from
Aug 23, 2018

Conversation

AlanCoding
Copy link
Member

SUMMARY

Someone made some change and @sivel informs me they forgot to include this entry in package_data in the setup

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

setup.py

ANSIBLE VERSION
ansible --version
ansible 2.7.0.dev0
  config file = None
  configured module search path = [u'/Users/alancoding/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /Users/alancoding/.virtualenvs/ansible/lib/python2.7/site-packages/ansible-2.7.0.dev0-py2.7.egg/ansible
  executable location = /Users/alancoding/.virtualenvs/ansible/bin/ansible
  python version = 2.7.11 (default, Oct 17 2016, 14:59:40) [GCC 4.2.1 Compatible Apple LLVM 7.0.2 (clang-700.1.81)]
ADDITIONAL INFORMATION

before:

ansible-playbook -i localhost, cloud_module_testing.yml -e 'ansible_python_interpreter: /usr/bin/env python' --tags=ec2
Could not load module_defaults_groups: AnsibleError: Missing base YAML definition file (bad install?): /Users/alancoding/.virtualenvs/ansible/lib/python2.7/site-packages/ansible-2.7.0.dev0-py2.7.egg/ansible/config/module_defaults.yml


PLAY [intentionally run modules, and do not provide auth (for testing credentials)] *************************************************************************************************

TASK [Provision a set of instances] *************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "boto required for this module"}
	to retry, use: --limit @/Users/alancoding/Documents/repos/utility-playbooks/cloud_module_testing.retry

PLAY RECAP **************************************************************************************************************************************************************************
localhost                  : ok=0    changed=0    unreachable=0    failed=1   

after

ansible-playbook -i localhost, cloud_module_testing.yml -e 'ansible_python_interpreter: /usr/bin/env python' --tags=ec2

PLAY [intentionally run modules, and do not provide auth (for testing credentials)] *************************************************************************************************

TASK [Provision a set of instances] *************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "boto required for this module"}
	to retry, use: --limit @/Users/alancoding/Documents/repos/utility-playbooks/cloud_module_testing.retry

PLAY RECAP **************************************************************************************************************************************************************************
localhost                  : ok=0    changed=0    unreachable=0    failed=1  

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Aug 23, 2018
@sivel sivel removed the needs_triage Needs a first human triage before being processed. label Aug 23, 2018
@sivel sivel merged commit 34b36d5 into ansible:devel Aug 23, 2018
@ansible ansible locked and limited conversation to collaborators Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. small_patch support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants