directory 구조 변경

This commit is contained in:
havelight-ee
2022-12-14 17:35:20 +09:00
parent 1d499e4e3c
commit e49095a6ac
1332 changed files with 3008 additions and 587 deletions

View File

@@ -1,12 +0,0 @@
---
- name: echo hello
command: echo "Not Valid Ruby Version"
- name: Update apt repo and cache on all Debian/Ubuntu boxes
apt: update_cache=yes cache_valid_time=3600
- name: Install cifs-utils
apt: name=cifs-utils state=latest update_cache=yes
- name: Install nfs-common
apt: name=nfs-common state=latest update_cache=yes