From 6f86f71e08a4b1e442a9e33b317c0c37451eed80 Mon Sep 17 00:00:00 2001 From: Matt Woodson Date: Fri, 26 Feb 2016 09:55:07 -0500 Subject: added os_utils, os_reboot_server role; removed containerization stuff from the updated --- roles/os_update_latest/tasks/main.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'roles/os_update_latest/tasks/main.yml') 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 -- cgit v1.2.1