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/debian_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/debian_ppa/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/debian_ppa/README.md b/roles/debian_ppa/README.md deleted file mode 100644 index 310404f..0000000 --- a/roles/debian_ppa/README.md +++ /dev/null @@ -1,2 +0,0 @@ -This role is used to enable an Ubuntu PPA repository on Debian. It downloads -the repository key and adds the repository in /etc/apt/sources.list.d. |