安全牛Burp Suite
file
管理文件和文件屬性。
- name: 創(chuàng)建目錄
?file:
? ?path: /etc/some_directory
? ?state: directory
? ?mode: '0755'- name: 刪除文件
?file:
? ?path: /etc/foo.txt
? ?state: absent- name: 遞歸刪除目錄
?file:
? ?path: /etc/foo
? ?state: absent
標簽: