9 lines
177 B
YAML
9 lines
177 B
YAML
---
|
|
|
|
- include: update_code.yml
|
|
- name: 删除仓库
|
|
local_action: file
|
|
args:
|
|
state: absent
|
|
path: "{{ansible_role_name}}/files/data_cleaning"
|
|
- include: cleaning.yml |