Init & Protect Update

This commit is contained in:
Christer Waren
2026-09-14 14:25:00 +03:00
parent 5b2cb89de5
commit 7f6f079aa8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ decrypt() {
list() {
echo "${underline}Listing...${nounderline}"
i=0
for file in inventories/*/group_vars/* inventories/*/host_vars/*;
for file in ansible/inventories/*/group_vars/* ansible/inventories/*/host_vars/*;
do
i=$((i + 1))
echo $i")"$file
@@ -29,7 +29,7 @@ list() {
}
execute() {
for file in inventories/*/group_vars/* inventories/*/host_vars/*;
for file in ansible/inventories/*/group_vars/* ansible/inventories/*/host_vars/*;
do
i=$((i + 1))
echo $i")"$file