You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansibot
added
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
and removed
core_review
In order to be merged, this PR must follow the core review workflow.
labels
Sep 30, 2021
ansibot
added
core_review
In order to be merged, this PR must follow the core review workflow.
and removed
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
labels
Sep 30, 2021
ansibot
added
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
and removed
core_review
In order to be merged, this PR must follow the core review workflow.
labels
Sep 30, 2021
ansibot
added
core_review
In order to be merged, this PR must follow the core review workflow.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
and removed
ci_verified
Changes made in this PR are causing tests to fail.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
core_review
In order to be merged, this PR must follow the core review workflow.
labels
Oct 5, 2021
ansibot
added
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
and removed
core_review
In order to be merged, this PR must follow the core review workflow.
labels
Oct 17, 2021
ansibot
removed
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
labels
Oct 29, 2021
ansibot
added
core_review
In order to be merged, this PR must follow the core review workflow.
and removed
ci_verified
Changes made in this PR are causing tests to fail.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
labels
Dec 15, 2021
The test ansible-test sanity --test package-data [explain] failed with the error:
Command "/root/.ansible/test/venv/sanity.package-data/3.10/ed96082c/bin/python /root/ansible/test/sanity/code-smell/package-data.py" returned exit status 1.
>>> Standard Error
Traceback (most recent call last):
File "/root/ansible/test/sanity/code-smell/package-data.py", line 401, in <module>
main()
File "/root/ansible/test/sanity/code-smell/package-data.py", line 378, in main
sdist_path = create_sdist(tmp_dir)
File "/root/ansible/test/sanity/code-smell/package-data.py", line 185, in create_sdist
raise Exception('make snapshot failed:\n%s' % stderr)
Exception: make snapshot failed:
Traceback (most recent call last):
File "/tmp/tmpg1ruhi3o/hacking/build-ansible.py", line 103, in <module>
main()
File "/tmp/tmpg1ruhi3o/hacking/build-ansible.py", line 92, in main
retval = command.main(args)
File "/tmp/tmpg1ruhi3o/hacking/build_library/build_ansible/command_plugins/generate_man.py", line 279, in main
allvars[cli_name] = opts_docs(cli_class_name, cli_name)
File "/tmp/tmpg1ruhi3o/hacking/build_library/build_ansible/command_plugins/generate_man.py", line 211, in opts_docs
action_depth = get_actions(cli.parser, docs)
File "/tmp/tmpg1ruhi3o/hacking/build_library/build_ansible/command_plugins/generate_man.py", line 179, in get_actions
action_info['desc'] = trim_docstring(getattr(cli, 'execute_%s' % action).__doc__)
AttributeError: 'ConfigCLI' object has no attribute 'execute_get'. Did you mean: 'execute_edit'?
make: *** [Makefile:147: generate_rst] Error 1
The test ansible-test sanity --test docs-build [explain] failed with the error:
Command "/root/.ansible/test/venv/sanity.docs-build/3.10/3cd8b961/bin/python /root/ansible/test/sanity/code-smell/docs-build.py" returned exit status 1.
>>> Standard Error
Command 'make core_singlehtmldocs' failed with status code: 2
--> Standard Output
Creating symlinks in core_structure
ln -sf ../rst/core_index.rst rst/index.rst
ln -sf ../sphinx_conf/core_conf.py rst/conf.py
../../hacking/build-ansible.py collection-meta --template-file=../templates/collections_galaxy_meta.rst.j2 --output-dir=rst/dev_guide/ ../../lib/ansible/galaxy/data/collections_galaxy_meta.yml
../../hacking/build-ansible.py document-config --template-file=../templates/config.rst.j2 --output-dir=rst/reference_appendices/ ../../lib/ansible/config/base.yml
mkdir -p rst/cli
../../hacking/build-ansible.py generate-man --template-file=../templates/cli_rst.j2 --output-dir=rst/cli/ --output-format rst ../../lib/ansible/cli/*.py
--> Standard Error
Traceback (most recent call last):
File "/root/ansible/docs/docsite/../../hacking/build-ansible.py", line 103, in <module>
main()
File "/root/ansible/docs/docsite/../../hacking/build-ansible.py", line 92, in main
retval = command.main(args)
File "/root/ansible/hacking/build_library/build_ansible/command_plugins/generate_man.py", line 279, in main
allvars[cli_name] = opts_docs(cli_class_name, cli_name)
File "/root/ansible/hacking/build_library/build_ansible/command_plugins/generate_man.py", line 211, in opts_docs
action_depth = get_actions(cli.parser, docs)
File "/root/ansible/hacking/build_library/build_ansible/command_plugins/generate_man.py", line 179, in get_actions
action_info['desc'] = trim_docstring(getattr(cli, 'execute_%s' % action).__doc__)
AttributeError: 'ConfigCLI' object has no attribute 'execute_get'. Did you mean: 'execute_edit'?
make: *** [Makefile:192: cli] Error 1
ansibot
added
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
core_review
In order to be merged, this PR must follow the core review workflow.
and removed
core_review
In order to be merged, this PR must follow the core review workflow.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
labels
Dec 15, 2021
The test ansible-test sanity --test pep8 [explain] failed with 3 errors:
lib/ansible/cli/config.py:486:5: E303: too many blank lines (2)
lib/ansible/cli/config.py:540:1: E302: expected 2 blank lines, found 1
lib/ansible/cli/config.py:546:1: W391: blank line at end of file
ansibot
added
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
and removed
core_review
In order to be merged, this PR must follow the core review workflow.
labels
Jan 5, 2022
ansibot
added
needs_ci
This PR requires CI testing to be performed. Please close and re-open this PR to trigger CI.
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
and removed
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
labels
Oct 24, 2023
The test ansible-test sanity --test pep8 [explain] failed with 4 errors:
lib/ansible/cli/config.py:137:54: E127: continuation line over-indented for visual indent
lib/ansible/cli/config.py:699:5: E303: too many blank lines (2)
lib/ansible/cli/config.py:753:1: E302: expected 2 blank lines, found 1
lib/ansible/cli/config.py:759:1: W391: blank line at end of file
The test ansible-test sanity --test pylint [explain] failed with 2 errors:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
affects_2.14featureThis issue/PR relates to a feature request.needs_rebasehttps://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.htmlstale_ciThis PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.support:coreThis issue/PR relates to code supported by the Ansible Engineering Team.WIPThis issue/PR is a work in progress. Nevertheless it was shared for getting input from peers.
6 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New action for
ansilbe-configto "get" the value of a specific settingISSUE TYPE
COMPONENT NAME
ansible-config