diff options
| author | Andrew Butcher <abutcher@redhat.com> | 2018-01-29 15:26:24 -0500 | 
|---|---|---|
| committer | Andrew Butcher <abutcher@redhat.com> | 2018-02-01 16:54:48 -0500 | 
| commit | 6ee7a3baa0d46c3ab29050b61fea92ffb350ee35 (patch) | |
| tree | 59228812e368db500f99eb6eed362a648a26eb61 | |
| parent | 0975e4657f4e93eaac2fee3f3fce09e8aa3ac07f (diff) | |
Attempt to back up generated certificates on every etcd host.
| -rw-r--r-- | playbooks/openshift-etcd/private/certificates-backup.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openshift-etcd/private/certificates-backup.yml b/playbooks/openshift-etcd/private/certificates-backup.yml index 2f9bef799..e1354de67 100644 --- a/playbooks/openshift-etcd/private/certificates-backup.yml +++ b/playbooks/openshift-etcd/private/certificates-backup.yml @@ -1,6 +1,6 @@  ---  - name: Backup and remove generated etcd certificates -  hosts: oo_first_etcd +  hosts: oo_etcd_to_config    any_errors_fatal: true    tasks:    - import_role:  | 
