Skip to content

Commit 9a68ae9

Browse files
committed
Revert "gen_nodes: ensure kdevops prefix has no dashes"
As reported by Scott Mayhew <[email protected]> this broke stuff [0] so just remove it. [0] https://lore.kernel.org/kdevops/Z-r_3KKXyJww7NpN@aion/T/#u This reverts commit 2b61c99.
1 parent 760ce28 commit 9a68ae9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

playbooks/roles/gen_nodes/tasks/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
command: "id -g -n"
1919
register: my_group
2020

21-
- name: Fail if kdevops_host_prefix contains a dash
22-
fail:
23-
msg: "Invalid kdevops_host_prefix '{{ kdevops_host_prefix }}'. The prefix cannot contain a dash ('-')."
24-
when: kdevops_host_prefix is search("-")
25-
2621
- name: Create guestfs directory
2722
ansible.builtin.file:
2823
path: "{{ guestfs_path }}"

0 commit comments

Comments
 (0)