diff --git a/tasks/nova_post_install.yml b/tasks/nova_post_install.yml index dfed517e..7ca3508c 100644 --- a/tasks/nova_post_install.yml +++ b/tasks/nova_post_install.yml @@ -26,20 +26,6 @@ - nova-config - nova-post-install -# NOTE(cloudnull): This task is required to copy rootwrap filters that we need -# and nova does not provide by default. -- name: Create aux nova dir - ansible.builtin.file: - path: "{{ item.path | default(omit) }}" - state: "directory" - owner: "{{ item.owner | default(nova_system_user_name) }}" - group: "{{ item.group | default(nova_system_group_name) }}" - mode: "{{ item.mode | default(omit) }}" - with_items: - - path: "{{ nova_conf_version_dir }}/rootwrap.d" - owner: "root" - group: "root" - - name: Generate nova config openstack.config_template.config_template: src: "{{ item.src }}"

AltStyle によって変換されたページ (->オリジナル) /