From a921272d3c9c2c5c45ff3844ea16f2f8c9d105bb Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 23 Sep 2025 13:10:56 -0400 Subject: clean up file --- vagrant-playbook.yml | 10 +--------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3