diff options
Diffstat (limited to 'bootstrap_arch.yml')
-rw-r--r-- | bootstrap_arch.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap_arch.yml b/bootstrap_arch.yml index 28e93eb..5b8f7c1 100644 --- a/bootstrap_arch.yml +++ b/bootstrap_arch.yml @@ -7,3 +7,9 @@ ansible_python_interpreter: /usr/bin/python roles: - role: boot-rescue + +- name: install archlinux + hosts: new_fastds + user: root + roles: + - role: install_arch |