summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-09-23 13:10:56 -0400
committerSacha Chua <sacha@sachachua.com>2025-09-23 13:10:56 -0400
commita921272d3c9c2c5c45ff3844ea16f2f8c9d105bb (patch)
treea4781c63a2a1cd08cc6f3f0af55758cbfdf92bb4
parentecd72950a2ed9148e65bad18e9e358a2c63b7c35 (diff)
downloademacsconf-ansible-a921272d3c9c2c5c45ff3844ea16f2f8c9d105bb.tar.xz
emacsconf-ansible-a921272d3c9c2c5c45ff3844ea16f2f8c9d105bb.zip
clean up file
-rw-r--r--vagrant-playbook.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/vagrant-playbook.yml b/vagrant-playbook.yml
index 27f5e34..1060b61 100644
--- a/vagrant-playbook.yml
+++ b/vagrant-playbook.yml
@@ -1,7 +1,7 @@
- name: Pre-flight checks and package installation
hosts: pad
become: true
- gather_facts: false # Optional, but can speed up this initial step
+ gather_facts: false
pre_tasks:
- name: Ensure ntpdate is installed for time sync
ansible.builtin.apt:
@@ -31,11 +31,3 @@
tags: pad
roles:
- pad
-# - name: Load local vars
-# hosts: localhost
-# tags: always
-# tasks:
-# - include_vars:
-# file: vagrant-vars.yml
-# - name: Run common tasks
-# import_playbook: common-playbook.yml