Skip to content

Commit

Permalink
Run check
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Sep 9, 2023
1 parent 687a11a commit 3e396b9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@
path: 'C:\Program Files\Microsoft Visual Studio\2022\Community'
register: vs2022_now_installed
when: (not vs2022_installed.stat.exists)
tags: adoptopenjdk


Check failure on line 119 in ansible/playbooks/AdoptOpenJDK_Windows_Playbook/roles/MSVS_2022/tasks/main.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[trailing-spaces]

Trailing spaces

Check failure on line 119 in ansible/playbooks/AdoptOpenJDK_Windows_Playbook/roles/MSVS_2022/tasks/main.yml

View workflow job for this annotation

GitHub Actions / Yamllint

119:1 [trailing-spaces] trailing spaces
- name: Register Visual Studio Community 2022 DIA SDK shared libraries
win_command: 'regsvr32 /s "{{ item }}"'
with_items:
Expand Down

0 comments on commit 3e396b9

Please sign in to comment.