Skip to content

Instantly share code, notes, and snippets.

@smathermather
Created July 28, 2021 17:06
Embed
What would you like to do?
---
- 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