Skip to content

Commit

Permalink
fix typo in kvm provision
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Sep 25, 2024
1 parent 664ecb5 commit 5ab0c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocne2/deploy_ocne_libvirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- proxy
when: ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '9'

- name: Start and enable cockkpit
- name: Start and enable cockpit
ansible.builtin.systemd:
state: started
name: cockpit.socket
Expand Down
2 changes: 1 addition & 1 deletion ol/provision_kvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
- proxy
when: ansible_distribution == 'OracleLinux' and ansible_distribution_major_version == '9'

- name: Start and enable cockkpit
- name: Start and enable cockpit
ansible.builtin.systemd:
state: started
name: cockpit.socket
Expand Down

0 comments on commit 5ab0c94

Please sign in to comment.