---
galaxy_info:
  role_name: powershell
  author: ProfessorManhattan
  description: Installs PowerShell (Microsoft's modern command shell) on almost any platform
  company: Megabyte Labs
  issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/powershell/-/issues
  license: license (MIT)
  min_ansible_version: 2.10
  platforms:
    - name: Debian
      versions:
        - all
    - name: EL
      versions:
        - all
    - name: Fedora
      versions:
        - all
    - name: Mac OS X
      versions:
        - all
    - name: Ubuntu
      versions:
        - focal
    - name: Windows
      versions:
        - 10
  galaxy_tags:
    - powershell
    - linux
    - windows
  namespace: professormanhattan
dependencies:
  - role: professormanhattan.snapd
  - role: professormanhattan.homebrew
    when: ansible_os_family == "Darwin"
