diff options
| author | Scott Dodson <sdodson@redhat.com> | 2015-12-07 10:24:20 -0500 |
|---|---|---|
| committer | Scott Dodson <sdodson@redhat.com> | 2015-12-15 17:07:17 -0500 |
| commit | afe0064e01d3f6f33f323ffea7aae0eaf00b9ac2 (patch) | |
| tree | 1ab5236c3948197cb8976cac91305937f45bb727 /roles/ansible | |
| parent | 3f2be7d987ccef8c4e157163dd9394ba6492a88c (diff) | |
Skip yum/dnf ops when is_containerized
Diffstat (limited to 'roles/ansible')
| -rw-r--r-- | roles/ansible/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/ansible/tasks/main.yml b/roles/ansible/tasks/main.yml index 2a6ac7713..ea14fb39a 100644 --- a/roles/ansible/tasks/main.yml +++ b/roles/ansible/tasks/main.yml @@ -3,6 +3,7 @@ - name: Install Ansible action: "{{ ansible_pkg_mgr }} name=ansible state=present" + when: not openshift.common.is_containerized | bool - include: config.yml vars: |
