94b911d44d
Default of 300s was proving too short for real machines, increase to 600s.
7 lines
214 B
YAML
7 lines
214 B
YAML
---
|
|
- name: Disable SELinux and reboot if required
|
|
hosts: controllers:seed
|
|
roles:
|
|
- role: disable-selinux
|
|
disable_selinux_reboot_timeout: "{{ 600 if ansible_virtualization_role == 'host' else 300 }}"
|