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
|
- debootstrap
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
|
- name: prepare machine directory
|
||||||
|
file:
|
||||||
|
path: /var/lib/machines/
|
||||||
|
state: directory
|
||||||
|
mode: 0700
|
||||||
|
|
||||||
- name: debootstrap base system
|
- name: debootstrap base system
|
||||||
command:
|
command:
|
||||||
cmd: >
|
cmd: >
|
||||||
|
|
Loading…
Add table
Reference in a new issue