summaryrefslogtreecommitdiffstats
path: root/vagrant-playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant-playbook.yml')
-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