Fix preseeded ansible-pull run.
This commit is contained in:
parent
5b24073291
commit
6e350463e7
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@
|
|||
- debootstrap
|
||||
state: latest
|
||||
|
||||
- name: prepare machine directory
|
||||
file:
|
||||
path: /var/lib/machines/
|
||||
state: directory
|
||||
mode: 0700
|
||||
|
||||
- name: debootstrap base system
|
||||
command:
|
||||
cmd: >
|
||||
|
|
Loading…
Add table
Reference in a new issue