fixes to make it run

This commit is contained in:
Neil Hanlon 2022-02-12 17:44:25 -05:00
parent e5ba379366
commit a21471be9b
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,4 @@
--- ---
lxc_container_base_name: "rocky-8-amd64"
lxc_hosts_container_build_command: "dnf --assumeyes --installroot=/var/lib/machines/{{ lxc_container_base_name }} install --setopt=install_weak_deps=False --nodocs rootfiles coreutils dnf rocky-release rocky-repos --releasever=8" lxc_hosts_container_build_command: "dnf --assumeyes --installroot=/var/lib/machines/{{ lxc_container_base_name }} install --setopt=install_weak_deps=False --nodocs rootfiles coreutils dnf rocky-release rocky-repos --releasever=8"

View File

@ -27,6 +27,9 @@
tasks: tasks:
- name: Initialize nodes - name: Initialize nodes
include_tasks: tasks/init-nodes.yml include_tasks: tasks/init-nodes.yml
args:
apply:
tags: 'init'
tags: init tags: init
- name: Reboot - name: Reboot

View File

@ -99,7 +99,7 @@
tags: repos tags: repos
- name: fetch patch - name: fetch patch
ansible.builtin.shell: 'git fetch https://review.opendev.org/openstack/openstack-ansible refs/changes/73/823573/6 && git checkout FETCH_HEAD' ansible.builtin.shell: 'git fetch https://review.opendev.org/openstack/openstack-ansible refs/changes/73/823573/8 && git checkout FETCH_HEAD'
args: args:
chdir: /opt/openstack-ansible/ chdir: /opt/openstack-ansible/