Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions playbooks/install_stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check warning on line 1 in playbooks/install_stack.yaml

View workflow job for this annotation

GitHub Actions / build

internal-error

Unexpected error code 1 from execution of: ansible-playbook --syntax-check -vv playbooks/install_stack.yaml
- hosts: standalone
become: true
become_user: stack
Expand Down Expand Up @@ -550,6 +550,7 @@
block:
- name: Reboot the node
become: true
become_user: root
ansible.builtin.reboot:
- name: Pause for 2 minutes to let all containers to start and OpenStack to be ready
ansible.builtin.pause:
Expand Down
Loading