diff options
author | Tim Bielawa <timbielawa@gmail.com> | 2017-04-28 12:41:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-28 12:41:09 -0400 |
commit | d8a70bbd179c59e121a652f2b590f65ed7889eab (patch) | |
tree | 9d8c16df98ac710f1624acb5afc6f0d8be44fc82 /roles/openshift_node | |
parent | 7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7 (diff) | |
parent | b23be0da38759744cebc8d4b454af1299d97a445 (diff) | |
download | openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.gz openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.bz2 openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.xz openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.zip |
Merge branch 'master' into contrib_pre-commit_hook
Diffstat (limited to 'roles/openshift_node')
-rw-r--r-- | roles/openshift_node/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_node/tasks/main.yml b/roles/openshift_node/tasks/main.yml index 98139cac2..d7fea2f32 100644 --- a/roles/openshift_node/tasks/main.yml +++ b/roles/openshift_node/tasks/main.yml @@ -63,7 +63,7 @@ when: - swap_result.stdout_lines | length > 0 - - openshift_disable_swap | default(true) + - openshift_disable_swap | default(true) | bool # End Disable Swap Block # We have to add tuned-profiles in the same transaction otherwise we run into depsolving |