summaryrefslogtreecommitdiff
path: root/main.yml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-04-30 20:52:46 -0400
committerFreya Murphy <freya@freyacat.org>2026-04-30 20:52:46 -0400
commite7a1f6f5c52a00ac368b5418a19655c25bd094a7 (patch)
treea7153523bdcf4cb0a36061ba10e6fc4e1ed5a6b1 /main.yml
parentrefactor (diff)
downloadansible-main.tar.gz
ansible-main.tar.bz2
ansible-main.zip
remove becomeHEADmain
Diffstat (limited to '')
-rw-r--r--main.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.yml b/main.yml
index 8b0949b..7e04a23 100644
--- a/main.yml
+++ b/main.yml
@@ -1,13 +1,11 @@
- name: Configure Alpine VMs
hosts: alpine
- become: true
roles:
- alpine
- common
- name: Configure Debian VMs
hosts: debian
- become: true
roles:
- debian
- common