diff options
author | Matt Woodson <mwoodson@redhat.com> | 2016-02-26 09:55:07 -0500 |
---|---|---|
committer | Matt Woodson <mwoodson@redhat.com> | 2016-02-26 09:55:07 -0500 |
commit | 6f86f71e08a4b1e442a9e33b317c0c37451eed80 (patch) | |
tree | 798fa2dbdb835b2d1a2ffe98f5c1bc6ae3ec87fc /roles/os_update_latest | |
parent | 625addec56337b940dd72ac187f3e9f3f652178e (diff) | |
download | openshift-6f86f71e08a4b1e442a9e33b317c0c37451eed80.tar.gz openshift-6f86f71e08a4b1e442a9e33b317c0c37451eed80.tar.bz2 openshift-6f86f71e08a4b1e442a9e33b317c0c37451eed80.tar.xz openshift-6f86f71e08a4b1e442a9e33b317c0c37451eed80.zip |
added os_utils, os_reboot_server role; removed containerization stuff from the updated
Diffstat (limited to 'roles/os_update_latest')
-rw-r--r-- | roles/os_update_latest/tasks/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/os_update_latest/tasks/main.yml b/roles/os_update_latest/tasks/main.yml index 2400164fa..ff2b52275 100644 --- a/roles/os_update_latest/tasks/main.yml +++ b/roles/os_update_latest/tasks/main.yml @@ -1,8 +1,3 @@ --- -- fail: - msg: "Update is not yet supported by this playbook on atomic hosts" - when: openshift.common.is_containerized | bool - - name: Update all packages action: "{{ ansible_pkg_mgr }} name=* state=latest" - when: not openshift.common.is_containerized | bool
\ No newline at end of file |