diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 21:44:16 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-15 21:46:06 +0200 |
commit | bbace95c25f2d22163b04d8d3ebd535c7eddfc60 (patch) | |
tree | 97c925a795c087af87fc824169d9804dd865a3e1 /roles/apt_ppa/defaults | |
parent | debian_ppa -> apt_ppa (diff) | |
download | infra-ansible-bbace95c25f2d22163b04d8d3ebd535c7eddfc60.tar.gz infra-ansible-bbace95c25f2d22163b04d8d3ebd535c7eddfc60.zip |
factor out apt repository setup to apt_repo
Diffstat (limited to 'roles/apt_ppa/defaults')
-rw-r--r-- | roles/apt_ppa/defaults/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/apt_ppa/defaults/main.yml b/roles/apt_ppa/defaults/main.yml deleted file mode 100644 index 72e0753..0000000 --- a/roles/apt_ppa/defaults/main.yml +++ /dev/null @@ -1 +0,0 @@ -ppa_keys_dir: /etc/apt/keyrings |