aboutsummaryrefslogtreecommitdiff
path: root/ansible/plays
diff options
context:
space:
mode:
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