diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-20 13:14:10 -0400 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-04-21 09:45:01 -0400 |
commit | 0573431881a72dd163719a9827c737bdfb68b8a2 (patch) | |
tree | f889d7fd6f058c2e5542e2618636df93eafc68ce /playbooks/common/openshift-cluster | |
parent | 2f7868b04cd095e8c9f041927978b8c4c11f4970 (diff) | |
download | openshift-0573431881a72dd163719a9827c737bdfb68b8a2.tar.gz openshift-0573431881a72dd163719a9827c737bdfb68b8a2.tar.bz2 openshift-0573431881a72dd163719a9827c737bdfb68b8a2.tar.xz openshift-0573431881a72dd163719a9827c737bdfb68b8a2.zip |
Only add new sccs
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml index d66ba6251..f99abfd7e 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml @@ -165,7 +165,7 @@ - name: Reconcile Security Context Constraints command: > - {{ openshift.common.admin_binary}} policy reconcile-sccs --confirm + {{ openshift.common.admin_binary}} policy reconcile-sccs --confirm --additive-only=true run_once: true - set_fact: |