AIOs should be metal, for now

* lxc: touch a file that it expects
This commit is contained in:
Neil Hanlon 2022-02-13 18:29:06 -05:00
parent e6f311f6ec
commit e5755dd3d0
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -38,8 +38,9 @@
- import_tasks: tasks/python3-lxc.yml
- name:
file:
path: /usr/share/lxc/config/rockylinux.common.conf
copy:
content: ""
dest: /usr/share/lxc/config/rockylinux.common.conf
mode: '0644'
owner: root
group: root
@ -60,7 +61,7 @@
chdir: /opt/openstack-ansible/
creates: /etc/openstack_deploy/
environment:
SCENARIO: "{{ SCENARIO | default('') }}"
SCENARIO: "{{ SCENARIO | default('aio_metal') }}"
tags:
- bootstrap
- aio