From ca07115c3937715ae6765f60e40748c3a6ee4b18 Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 20:51:49 -0500 Subject: [PATCH] fix: rename .item to .ansible --- {.items => .ansible}/inventory | 0 {.items => .ansible}/playbook.yml | 0 {.items => .ansible}/requirements.yml | 0 {.items => .ansible}/templates/.php-env.j2 | 0 {.items => .ansible}/templates/app.blade.php.j2 | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {.items => .ansible}/inventory (100%) rename {.items => .ansible}/playbook.yml (100%) rename {.items => .ansible}/requirements.yml (100%) rename {.items => .ansible}/templates/.php-env.j2 (100%) rename {.items => .ansible}/templates/app.blade.php.j2 (100%) diff --git a/.items/inventory b/.ansible/inventory similarity index 100% rename from .items/inventory rename to .ansible/inventory diff --git a/.items/playbook.yml b/.ansible/playbook.yml similarity index 100% rename from .items/playbook.yml rename to .ansible/playbook.yml diff --git a/.items/requirements.yml b/.ansible/requirements.yml similarity index 100% rename from .items/requirements.yml rename to .ansible/requirements.yml diff --git a/.items/templates/.php-env.j2 b/.ansible/templates/.php-env.j2 similarity index 100% rename from .items/templates/.php-env.j2 rename to .ansible/templates/.php-env.j2 diff --git a/.items/templates/app.blade.php.j2 b/.ansible/templates/app.blade.php.j2 similarity index 100% rename from .items/templates/app.blade.php.j2 rename to .ansible/templates/app.blade.php.j2