Add no_log where needed, scale down pods before migration

This commit is contained in:
Christian M. Adams
2021-03-16 00:36:53 -04:00
parent 5b89c5c433
commit e83e54419a
6 changed files with 23 additions and 4 deletions

View File

@@ -65,6 +65,7 @@
name: '{{ tower_old_postgres_configuration_secret }}'
register: old_pg_config
when: tower_old_postgres_configuration_secret | length
ignore_errors: true
no_log: true
- name: Migrate data from old Openshift instance