Created
December 23, 2020 16:34
-
-
Save lpenz/63cc99a6bc3325d5c7027108db5b70bf to your computer and use it in GitHub Desktop.
Shell one-liner that installs an apt repository using ansible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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