diff options
author | Russell Teague <rteague@redhat.com> | 2017-03-23 10:49:57 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-03-27 15:48:50 -0400 |
commit | 2c7a6849096a2e1e5b8799cdc07753ab3852c561 (patch) | |
tree | 8276ee7d1db5f4488e00bbd8a1b7696bc13604b2 /roles/openshift_master/tasks | |
parent | a22e780b21eacf9ae7fc067d9f26e1a01c1d4558 (diff) | |
download | openshift-2c7a6849096a2e1e5b8799cdc07753ab3852c561.tar.gz openshift-2c7a6849096a2e1e5b8799cdc07753ab3852c561.tar.bz2 openshift-2c7a6849096a2e1e5b8799cdc07753ab3852c561.tar.xz openshift-2c7a6849096a2e1e5b8799cdc07753ab3852c561.zip |
Use meta/main.yml for role dependencies
Diffstat (limited to 'roles/openshift_master/tasks')
-rw-r--r-- | roles/openshift_master/tasks/system_container.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/openshift_master/tasks/system_container.yml b/roles/openshift_master/tasks/system_container.yml index 1b3e0dba1..8f77d40ce 100644 --- a/roles/openshift_master/tasks/system_container.yml +++ b/roles/openshift_master/tasks/system_container.yml @@ -1,8 +1,4 @@ --- -- name: Load lib_openshift modules - include_role: - name: lib_openshift - - name: Pre-pull master system container image command: > atomic pull --storage=ostree {{ openshift.common.system_images_registry }}/{{ openshift.master.master_system_image }}:{{ openshift_image_tag }} |