Skip to content

Commit

Permalink
fix(lint): addressed yamllint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed Aug 10, 2022
1 parent 086473c commit 46a61b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,15 @@ update_categories:
- * # Installs all updates

choco_installed_packages:
- name: googlechrome # installs latest version of the Google Chrome while ignoring the package checksum
# installs latest version of the Google Chrome while ignoring the package checksum
- name: googlechrome
state: latest
choco_args: --ignorechecksum
- name: git # installs 2.37.1 version of the git
# installs 2.37.1 version of the git
- name: git
version: "2.37.1"
- golang # installs GO, but won't update it
# installs GO, but won't update it
- golang

install_fonts: true
installed_nerdfonts:
Expand Down
9 changes: 6 additions & 3 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ change_power_plan: true
power_plan: "high performance"

choco_installed_packages:
# installs 2019.2.2.20191 version of the adobe reader
- name: adobereader
version: "2022.002.20191" # installs 2019.2.2.20191 version of the adobe reader
- name: auto-dark-mode # installs latest version of the auto-dark-mode while ignoring the package checksum
version: "2022.002.20191"
# installs latest version of the auto-dark-mode while ignoring the package checksum
- name: auto-dark-mode
state: latest
choco_args: --ignorechecksum
- awscli # installs awscli, but won't update it
# installs awscli, but won't update it
- awscli
- Firefox
- git
- golang
Expand Down

0 comments on commit 46a61b3

Please sign in to comment.