Sha256: 6f39c8be5e07b45ba0057ff0dae4568dbdeb49487a1679748c481d32f2bc787a

Contents?: true

Size: 337 Bytes

Versions: 1

Compression:

Stored size: 337 Bytes

Contents

---
- name: Install all updates with automatic reboots
  win_updates:
    reboot: yes
    reboot_timeout: 1800

- name: Install git
  win_chocolatey:
    name: git
    state: present

- name: Install ruby
  win_chocolatey:
    name: ruby
    state: present

- name: Install openssh
  win_chocolatey:
    name: openssh
    state: present

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cloud-mu-3.1.5 ansible/roles/mu-windows/tasks/main.yml