Skip to content

Instantly share code, notes, and snippets.

@smathermather
Created July 28, 2021 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smathermather/90b6c2360f7a19eabab41c900b74ba1c to your computer and use it in GitHub Desktop.
Save smathermather/90b6c2360f7a19eabab41c900b74ba1c to your computer and use it in GitHub Desktop.
---
- name: Run updates on Ubuntu Machines
hosts: cslab135
become: true
tasks:
- name: Running racket repo addition
ansible.builtin.apt_repository:
repo: ppa:plt/racket
codename: bionic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment