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
3 changed files with 4 additions and 0 deletions

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

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

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