diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-04-30 20:52:46 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-04-30 20:52:46 -0400 |
| commit | e7a1f6f5c52a00ac368b5418a19655c25bd094a7 (patch) | |
| tree | a7153523bdcf4cb0a36061ba10e6fc4e1ed5a6b1 | |
| parent | refactor (diff) | |
| download | ansible-main.tar.gz ansible-main.tar.bz2 ansible-main.zip | |
| -rw-r--r-- | main.yml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |