diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-04 19:06:03 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-09-04 19:06:03 +0200 |
commit | 066c3c0f42e6cd57586ceadc0e6a527560f2d6c7 (patch) | |
tree | 5fa4248f8474342a4264a8bbd09ac9f11921f0ab /roles/apt_repo | |
parent | fix task names, small refactoring, etc. (diff) | |
download | infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.tar.gz infra-ansible-066c3c0f42e6cd57586ceadc0e6a527560f2d6c7.zip |
update role READMEs
Diffstat (limited to 'roles/apt_repo')
-rw-r--r-- | roles/apt_repo/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/apt_repo/README.md b/roles/apt_repo/README.md index 1e9451e..ffd64ca 100644 --- a/roles/apt_repo/README.md +++ b/roles/apt_repo/README.md @@ -1,2 +1,4 @@ -This role is used to enable a 3rd-party repository on Ubuntu/Debian. It -downloads a key file from the web and adds an entry in /etc/apt/sources.list.d. +This role enables a 3rd-party repository on Ubuntu/Debian. + +* Download a key file from the web to /etc/apt/keyrings. +* Add an entry in /etc/apt/sources.list.d. |