Commit 32f26138 authored by manoj v's avatar manoj v
Browse files

Issue #345 chore: removed install keys

parent ab40a58c
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
---
- hosts: "{{ remote }}"
become: yes
vars_files:
- ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml']
roles:
- createuser
tags:
......@@ -8,6 +10,8 @@
- hosts: "{{ remote }}"
become: yes
vars_files:
- ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml']
tasks:
- user: name="{{ user }}" state=absent remove=yes
tags:
......
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