hongbo-miao/hongbomiao.com

View on GitHub
ansible/hm_windows_group/playbook.yml

Summary

Maintainability
Test Coverage
---
- name: Install common packages
  hosts: hm-windows
  tasks:
    - name: Install common packages from Scoop
      community.windows.win_scoop:
        name:
          - btop
          - rclone
        state: present