diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 21:34:48 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 21:46:06 +0200 |
commit | aea6156e8f716bb0fbb0b591393c95fc3188cd78 (patch) | |
tree | 65a93cdb1b58ec4cf1abb9fa1ae6e80e7330b1e6 /roles/apt_ppa/README.md | |
parent | debian_ppa: fix hardcoded key path (diff) | |
download | infra-ansible-aea6156e8f716bb0fbb0b591393c95fc3188cd78.tar.gz infra-ansible-aea6156e8f716bb0fbb0b591393c95fc3188cd78.zip |
debian_ppa -> apt_ppa
Diffstat (limited to '')
-rw-r--r-- | roles/apt_ppa/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/apt_ppa/README.md b/roles/apt_ppa/README.md new file mode 100644 index 0000000..f7ce92c --- /dev/null +++ b/roles/apt_ppa/README.md @@ -0,0 +1,3 @@ +This role is used to enable an Ubuntu PPA repository; can be used on Debian as +well. It downloads the repository key and adds the repository in +/etc/apt/sources.list.d. |