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

CLI - Specify jinja version in --version output #72456

Merged
merged 1 commit into from
Nov 5, 2020

Conversation

mkrizek
Copy link
Contributor

@mkrizek mkrizek commented Nov 3, 2020

SUMMARY
$ ansible --version
[WARNING]: You are running the development version of Ansible. You should only run Ansible from "devel" if you are modifying the Ansible engine, or trying out features under development. This is a rapidly changing source of code and can
become unstable at any point.
ansible 2.11.0.dev0 (cli-version-jinja 069fa223a2) last updated 2020/11/03 14:07:35 (GMT +200)
  config file = /home/mkrizek/src/ansible/ansible.cfg
  configured module search path = ['/home/mkrizek/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/mkrizek/src/ansible/lib/ansible
  ansible collection location = /home/mkrizek/.ansible/collections:/usr/share/ansible/collections
  executable location = /home/mkrizek/.pyenv/versions/ansible-py382/bin/ansible
  python version = 3.8.2 (default, Apr  9 2020, 07:40:53) [GCC 9.3.1 20200317 (Red Hat 9.3.1-1)]
  jinja version = 3.0.0a1
  libyaml = False
ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

lib/ansible/cli/arguments/option_helpers.py

@ansibot ansibot added affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. needs_triage Needs a first human triage before being processed. python3 support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Nov 3, 2020
@mattclay mattclay removed the needs_triage Needs a first human triage before being processed. label Nov 5, 2020
@mattclay mattclay merged commit a2593b5 into ansible:devel Nov 5, 2020
@mkrizek mkrizek deleted the cli-version-jinja branch November 6, 2020 06:11
@ansible ansible locked and limited conversation to collaborators Dec 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. python3 support:community This issue/PR relates to code supported by the Ansible community. 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

3 participants