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

YAML formatter for Ansible tasks schema fails for long task name #1018

Open
jeliker opened this issue Apr 25, 2024 · 0 comments
Open

YAML formatter for Ansible tasks schema fails for long task name #1018

jeliker opened this issue Apr 25, 2024 · 0 comments

Comments

@jeliker
Copy link

jeliker commented Apr 25, 2024

Type: Bug

Formatter changes this:

- name: Get managed instance details
   oracle.oci.oci_os_management_module_stream_profile_on_managed_instance_facts:
        auth_type: "{{ auth_type }}"

…to this:

- name: Get managed instance details
     ? oracle.oci.oci_os_management_module_stream_profile_on_managed_instance_facts
     : auth_type: "{{ auth_type }}"

Argh!

If I falsify the task name to oracle.oci.oci_os_management_module_stream_profile_on_managed_instance_fa then it works. Anything longer (any additional letters) and it fails as shown

Extension version: 1.14.0
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba1570769a5d39, 2024-04-10T17:42:52.765Z)
OS version: Darwin x64 23.4.0
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (16 x 2300)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) 5, 6, 5
Memory (System) 16.00GB (1.43GB free)
Process Argv --crash-reporter-id 1132ef6e-da89-47fb-b3b3-410cbbe34225
Screen Reader no
VM 0%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant