Skip to content

Commit 2023b96

Browse files
committed
Fix linter issues
1 parent c396e39 commit 2023b96

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

etc/kayobe/ansible/fixes/fix-hostname.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
become: true
2424

2525
- name: Reboot hosts
26-
import_playbook: "{{ playbook_dir | realpath }}/maintenance/reboot.yml"
26+
import_playbook: "{{ playbook_dir | realpath }}/../maintenance/reboot.yml"
2727
vars:
2828
reboot_hosts: fix-hostname
2929
reboot_with_bootstrap_user: true

etc/kayobe/ansible/maintenance/octavia-amphora-image-register.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
lookup('env', 'OS_PROJECT_NAME') != 'service'
1313
1414
- name: Download Amphora image from Ark
15-
ansible.builtin.import_playbook: pulp-amphora-image-download.yml
15+
ansible.builtin.import_playbook: ../pulp/pulp-amphora-image-download.yml
1616
when: download_amphora_from_ark | bool
1717

1818
- name: Register an Octavia Amphora image in Glance
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)