Skip to content

Instantly share code, notes, and snippets.

@lpenz
Created December 23, 2020 16:34
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 lpenz/63cc99a6bc3325d5c7027108db5b70bf to your computer and use it in GitHub Desktop.
Save lpenz/63cc99a6bc3325d5c7027108db5b70bf to your computer and use it in GitHub Desktop.
Shell one-liner that installs an apt repository using ansible
#!/bin/bash
ansible -c local localhost -m apt_repository -a "repo='deb https://packagecloud.io/lpenz/debian/debian/ buster main' update_cache=no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment