We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @yajo on May 3, 2018 11:2
When you use > or | to indicate that the following indented code is a multiline string in YAML, special characters are highlighted as if it were normal YAML:
>
|
Copied from original issue: microsoft/vscode#49112
The text was updated successfully, but these errors were encountered:
@yajo if you can paste your code sample here that would be great and save us some time!
Sorry, something went wrong.
Sample in question:
- &create_user name: > create resent bucket iam user {{ user.key }} - one - [ two ] &anchor yes 1 when: - *aws_filter - *present_filter iam: name: "{{ user.key }}" iam_type: user state: present access_key_state: create key_count: "{{user_key_count}}" register: result
Duplicate of #17.
No branches or pull requests
From @yajo on May 3, 2018 11:2
When you use
>
or|
to indicate that the following indented code is a multiline string in YAML, special characters are highlighted as if it were normal YAML:Copied from original issue: microsoft/vscode#49112
The text was updated successfully, but these errors were encountered: