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/plays | |
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/plays')
-rw-r--r-- | ansible/plays/apt-repos.yml | 6 |
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 |