summaryrefslogtreecommitdiffstats
path: root/roles/os_env_extras/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/os_env_extras/tasks/main.yaml')
-rw-r--r--roles/os_env_extras/tasks/main.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/roles/os_env_extras/tasks/main.yaml b/roles/os_env_extras/tasks/main.yaml
index 96b12ad5b..628df713a 100644
--- a/roles/os_env_extras/tasks/main.yaml
+++ b/roles/os_env_extras/tasks/main.yaml
@@ -12,6 +12,5 @@
dest: /root/.vimrc
- name: Bash Completion
- yum:
- pkg: bash-completion
- state: installed
+ action: "{{ ansible_pkg_mgr }} name=bash-completion state=present"
+ when: not openshift.common.is_containerized | bool \ No newline at end of file