Shuffle perms and don't gather facts

This commit is contained in:
Luke Murphy 2020-03-22 12:26:48 +01:00
parent 5cc75acb4e
commit eb64debbb0
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
- hosts: all
gather_facts: false
tasks:
- name: Load variables
include_vars:
@ -25,6 +26,7 @@
shell: "dokku mariadb:destroy gitea --force"
args:
removes: /var/lib/dokku/services/mariadb/gitea
become: true
- name: Remove volume mount configuration directories
file:

View File

@ -1,5 +1,6 @@
---
- hosts: all
gather_facts: false
tasks:
- name: Load variables
include_vars:

View File

@ -1,5 +1,6 @@
---
- hosts: all
gather_facts: false
tasks:
- name: Load variables
include_vars: