Commit be15ae89 authored by S M Y's avatar S M Y
Browse files

Remove files which are created by ownership of root in jenkins

parent 28fcba2d
No related merge requests found
Showing with 11 additions and 0 deletions
+11 -0
......@@ -47,3 +47,14 @@
async: 60
poll: 10
- name: list all the files
shell: "ls -lR {{cert_location}}"
register: allfiles
- debug:
var: allfiles
- name: Remove unwanted files
file:
path: "{{cert_location}}/cert-templates"
state: absent
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment