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 - 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