Skip to content

Instantly share code, notes, and snippets.

@BrianJakovich
Created May 14, 2020 16:46
Show Gist options
  • Save BrianJakovich/2b5afd8acc4193eb8701aceca88c03b0 to your computer and use it in GitHub Desktop.
Save BrianJakovich/2b5afd8acc4193eb8701aceca88c03b0 to your computer and use it in GitHub Desktop.
ansible-role-developers
---
- name: Include variables
include_vars: main.yml
- name: Install Docker
win_chocolatey:
name: docker-cli
state: present
version: '19.03.3'
ignore_checksums: yes
- name: Install Sublime Text Editor
win_chocolatey:
name: sublimetext3.app
state: present
version: '3.0.0.3065'
ignore_checksums: yes
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment