From e5755dd3d0ce60bd49d03971df088538bd956d35 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sun, 13 Feb 2022 18:29:06 -0500 Subject: [PATCH] AIOs should be metal, for now * lxc: touch a file that it expects --- ansible/playbooks/tasks/infra-host.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ansible/playbooks/tasks/infra-host.yml b/ansible/playbooks/tasks/infra-host.yml index 4779fa5..b6f2e13 100644 --- a/ansible/playbooks/tasks/infra-host.yml +++ b/ansible/playbooks/tasks/infra-host.yml @@ -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