|
@@ -23,6 +23,7 @@
|
|
|
- name: Update Packages
|
|
|
include_tasks: update_package.yml
|
|
|
when:
|
|
|
+ - os_leap not in ansible_distribution | lower
|
|
|
- hostvars['127.0.0.1']['login_node_required']
|
|
|
- hostvars['127.0.0.1']['ipa_server_ms'] and login_node_group in group_names or
|
|
|
- not hostvars['127.0.0.1']['ipa_server_ms']
|
|
|
+ not hostvars['127.0.0.1']['ipa_server_ms']
|