AIOs should be metal, for now
* lxc: touch a file that it expects
This commit is contained in:
parent
e6f311f6ec
commit
e5755dd3d0
@ -38,8 +38,9 @@
|
|||||||
- import_tasks: tasks/python3-lxc.yml
|
- import_tasks: tasks/python3-lxc.yml
|
||||||
|
|
||||||
- name:
|
- name:
|
||||||
file:
|
copy:
|
||||||
path: /usr/share/lxc/config/rockylinux.common.conf
|
content: ""
|
||||||
|
dest: /usr/share/lxc/config/rockylinux.common.conf
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
@ -60,7 +61,7 @@
|
|||||||
chdir: /opt/openstack-ansible/
|
chdir: /opt/openstack-ansible/
|
||||||
creates: /etc/openstack_deploy/
|
creates: /etc/openstack_deploy/
|
||||||
environment:
|
environment:
|
||||||
SCENARIO: "{{ SCENARIO | default('') }}"
|
SCENARIO: "{{ SCENARIO | default('aio_metal') }}"
|
||||||
tags:
|
tags:
|
||||||
- bootstrap
|
- bootstrap
|
||||||
- aio
|
- aio
|
||||||
|
Loading…
Reference in New Issue
Block a user