diff --git a/tasks/glance_post_install.yml b/tasks/glance_post_install.yml index 4fed9176..9fe12a5a 100644 --- a/tasks/glance_post_install.yml +++ b/tasks/glance_post_install.yml @@ -98,15 +98,6 @@ notify: - Start glance mount(s) -# NOTE(cloudnull): This remove the legacy mount in /etc/fstab. This task should -# be removed in the R release. -- name: Glance mount nfs - lineinfile: - path: /etc/fstab - state: absent - regexp: '^{{ item.server }}:{{ item.remote_path }}.*' - with_items: "{{ glance_nfs_client }}" - - name: Create glance cache management cron jobs cron: name: "{{ item.name }}"