fixes to make it run
This commit is contained in:
parent
e5ba379366
commit
a21471be9b
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user