This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove unused validate_config.yml, since it causes ansible warnings
pull/578/head
shadow
5 years ago
committed by
Slavi Pantaleev
parent
eff55e4d00
commit
ddfc945fcf
2 changed files
with
0 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
roles/matrix-base/tasks/main.yml
+0
-1
roles/matrix-base/tasks/validate_config.yml
+ 0
- 5
roles/matrix-base/tasks/main.yml
View File
@@ -2,11 +2,6 @@
tags:
- always
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: "run_setup|bool"
tags:
- setup-all
- import_tasks: "{{ role_path }}/tasks/clean_up_old_files.yml"
when: run_setup|bool
tags:
+ 0
- 1
roles/matrix-base/tasks/validate_config.yml
View File
@@ -1 +0,0 @@
---
Write
Preview
Loading…
Cancel
Save