天天看点

playbook模块

---
- name: check app dir
  stat:
    path: "{{ansible_env.HOME}}/scripts"
  register: app_dir      

继续阅读