Shuffle perms and don't gather facts
This commit is contained in:
parent
5cc75acb4e
commit
eb64debbb0
@ -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:
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Load variables
|
||||
include_vars:
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Load variables
|
||||
include_vars:
|
||||
|
Reference in New Issue
Block a user