Files
dsk-iac/01-old/ansible/roles/node/tasks/main.yml
dsk-minchulahn 0273450ff6 Clean Code
2023-12-19 13:03:29 +09:00

13 lines
334 B
YAML

---
- 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