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

Fix invalid yaml in collections_using.rst #73727

Merged
merged 1 commit into from Mar 2, 2021

Conversation

Brian-Williams
Copy link
Contributor

@Brian-Williams Brian-Williams commented Feb 25, 2021

SUMMARY

Fix invalid quoting.

The docs as is fail yaml validation:

Syntax Error while loading YAML.
  did not find expected key

The offending line appears to be:

    - debug:
        msg: '{{ lookup("my_namespace.my_collection.lookup1", 'param1')| my_namespace.my_collection.filter1 }}'
                                                               ^ here
We could be wrong, but this one looks like it might be an issue with
missing quotes.
ISSUE TYPE
  • Docs Pull Request

+label: docsite_pr

SUMMARY
ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

##### SUMMARY
Fix invalid quoting.

The docs as is fail yaml validation:
```
Syntax Error while loading YAML.
  did not find expected key

The offending line appears to be:

    - debug:
        msg: '{{ lookup("my_namespace.my_collection.lookup1", 'param1')| my_namespace.my_collection.filter1 }}'
                                                               ^ here
We could be wrong, but this one looks like it might be an issue with
missing quotes.
```


##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
@ansibot ansibot added affects_2.11 core_review In order to be merged, this PR must follow the core review workflow. docs This issue/PR relates to or includes documentation. 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. labels Feb 25, 2021
@samdoran samdoran removed the needs_triage Needs a first human triage before being processed. label Mar 2, 2021
@samdoran samdoran merged commit 1f2f292 into ansible:devel Mar 2, 2021
@ansible ansible locked and limited conversation to collaborators Mar 30, 2021
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. docs This issue/PR relates to or includes documentation. 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

3 participants