summaryrefslogtreecommitdiff
path: root/ansible/plays
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-08-12 10:48:40 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-08-12 10:48:40 +0200
commit8ecccc67daf90045f9e0da9ac73e9eef8ce3b84c (patch)
treebf7b437a1011a6df917167f01f59c60d46ef4af0 /ansible/plays
parentd3197b81c89dab8f0eb412037aec42f38f0cc189 (diff)
downloadinfra-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/plays')
-rw-r--r--ansible/plays/apt-repos.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/plays/apt-repos.yml b/ansible/plays/apt-repos.yml
new file mode 100644
index 0000000..7a9156c
--- /dev/null
+++ b/ansible/plays/apt-repos.yml
@@ -0,0 +1,6 @@
+- hosts:
+ - all
+ roles:
+ - role: apt-repos
+ tags: apt-repos
+ become: yes