diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-12 10:48:40 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-08-12 10:48:40 +0200 |
commit | 8ecccc67daf90045f9e0da9ac73e9eef8ce3b84c (patch) | |
tree | bf7b437a1011a6df917167f01f59c60d46ef4af0 /ansible/group_vars/workstation | |
parent | d3197b81c89dab8f0eb412037aec42f38f0cc189 (diff) | |
download | infra-8ecccc67daf90045f9e0da9ac73e9eef8ce3b84c.tar.gz infra-8ecccc67daf90045f9e0da9ac73e9eef8ce3b84c.tar.bz2 infra-8ecccc67daf90045f9e0da9ac73e9eef8ce3b84c.tar.xz infra-8ecccc67daf90045f9e0da9ac73e9eef8ce3b84c.zip |
apt-repos: Supporting custom filenames.
Useful if the package also delivers a sources.list file.
Diffstat (limited to 'ansible/group_vars/workstation')
-rw-r--r-- | ansible/group_vars/workstation/apt-repos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/group_vars/workstation/apt-repos.yml b/ansible/group_vars/workstation/apt-repos.yml index dcdca16..b5df581 100644 --- a/ansible/group_vars/workstation/apt-repos.yml +++ b/ansible/group_vars/workstation/apt-repos.yml @@ -116,3 +116,4 @@ apt_repos: sections: main key_id: ACCC4CF8 keyserver: hkp://keyserver.ubuntu.com:80 + filename: apt_postgresql_org_pub_repos_apt.list |