diff --git a/tasks/ceilometer_pre_install.yml b/tasks/ceilometer_pre_install.yml index e49aed87..e93f1659 100644 --- a/tasks/ceilometer_pre_install.yml +++ b/tasks/ceilometer_pre_install.yml @@ -29,17 +29,6 @@ createhome: "yes" home: "{{ ceilometer_system_user_home }}" -- name: Create the swift system user and add to ceilometer group - ansible.builtin.user: - name: "{{ swift_system_user_name }}" - group: "{{ ceilometer_system_group_name }}" - comment: "{{ swift_system_comment }}" - shell: "{{ swift_system_shell }}" - system: "yes" - createhome: "yes" - home: "{{ swift_system_home_folder }}" - when: swift_ceilometer_enabled | bool - # NOTE(cloudnull): During an upgrade the local directory may exist on a source # install. If the directory does exist it will need to be # removed. This is required on source installs because the