ci: Decouple image prep from Ansible controller reporting

This will allow image preparation using Ansible versions that predate
import_playbook.
pull/1252/head
Alex Willmer 11 months ago
parent 67ececc804
commit 8e58c4a759

@ -3,9 +3,6 @@
#
# WARNING: this creates non-privilged accounts with pre-set passwords!
#
- import_playbook: ../ansible/setup/report_controller.yml
- hosts: all
gather_facts: true
strategy: mitogen_free

Loading…
Cancel
Save