From 324f9ad0b28aaee5c2a5ecd15a32362f7e92f77a Mon Sep 17 00:00:00 2001 From: avillette Date: Wed, 25 Mar 2020 16:28:18 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'copy=5Fall=5Fusers?= =?UTF-8?q?.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- copy_all_users.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/copy_all_users.yml b/copy_all_users.yml index 9cf5e8c..0505d43 100644 --- a/copy_all_users.yml +++ b/copy_all_users.yml @@ -4,7 +4,6 @@ vars: container_name: "db" tasks: - - debug: msg="{{ nextcloud_admin_passwd }}" - name: Backup Postgres necessary table on src block: - shell: "docker exec -u postgres {{ container_name }} pg_dump --clean -t public.oc_accounts -t public.oc_users -t public.oc_groups -t public.oc_group_admin -t public.oc_group_user nextcloud > /tmp/nextcloud_backup.sql"