diff --git a/roles/ipa/client/tasks/main.yml b/roles/ipa/client/tasks/main.yml index d36a65b192..606bcbd4a2 100644 --- a/roles/ipa/client/tasks/main.yml +++ b/roles/ipa/client/tasks/main.yml @@ -10,8 +10,6 @@ - name: Clean up annoying remnants of previous FAS client installations import_tasks: cleanup.yml - # don't muck with prod for now - when: env == 'staging' tags: - ipa/client - fas-client-cleanup @@ -42,8 +40,6 @@ - name: Basic configuration for clients on IPA cluster delegate_to: localhost import_tasks: common.yml - # don't muck with prod for now - when: env == 'staging' tags: - ipa/client - config @@ -52,8 +48,6 @@ - name: Configure HBAC on IPA cluster delegate_to: "{{ ipa_server }}" import_tasks: hbac.yml - # don't muck with prod for now - when: env == 'staging' tags: - ipa/client - config @@ -62,8 +56,6 @@ - name: Configure sudo on IPA cluster delegate_to: "{{ ipa_server }}" import_tasks: sudo.yml - # don't muck with prod for now - when: env == 'staging' tags: - ipa/client - config