diff options
| author | Scott Dodson <sdodson@redhat.com> | 2015-09-10 10:27:35 -0400 | 
|---|---|---|
| committer | Scott Dodson <sdodson@redhat.com> | 2015-09-23 11:40:07 -0400 | 
| commit | 44f2904159c5a3e0045eb413287a9c1778f91adb (patch) | |
| tree | 3babcaf8baec674486026e67bbbe13206ebb7119 /roles/openshift_master/tasks | |
| parent | ce79b88ba3d5e1adf71e073eafa4fb4a9c77918b (diff) | |
| download | openshift-44f2904159c5a3e0045eb413287a9c1778f91adb.tar.gz openshift-44f2904159c5a3e0045eb413287a9c1778f91adb.tar.bz2 openshift-44f2904159c5a3e0045eb413287a9c1778f91adb.tar.xz openshift-44f2904159c5a3e0045eb413287a9c1778f91adb.zip  | |
Upgrades
Diffstat (limited to 'roles/openshift_master/tasks')
| -rw-r--r-- | roles/openshift_master/tasks/main.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml index b57711b58..fa12005ab 100644 --- a/roles/openshift_master/tasks/main.yml +++ b/roles/openshift_master/tasks/main.yml @@ -100,6 +100,7 @@    template:      dest: "{{ openshift_master_scheduler_conf }}"      src: scheduler.json.j2 +    backup: true    notify:    - restart master @@ -129,6 +130,7 @@    template:      dest: "{{ openshift_master_config_file }}"      src: master.yaml.v1.j2 +    backup: true    notify:    - restart master  | 
