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
woops bool not bools
pull/1266/head^2
Michael Collins
4 years ago
parent
f19856e125
commit
463e9a6196
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-awx/tasks/delete_subscription_directory.yml
+ 1
- 1
roles/matrix-awx/tasks/delete_subscription_directory.yml
View File
@@ -42,4 +42,4 @@
- name: End playbook if this task list is called.
meta: end_play
when: end_playbook is defined and end_playbook|bool
s
when: end_playbook is defined and end_playbook|bool
Write
Preview
Loading…
Cancel
Save