Move variables only relevant for the installation before '---', playbook variable.

This commit is contained in:
Andreas B. Mundt 2019-06-12 22:24:16 +02:00
parent f0004b6fe9
commit 4fdd640d6e
3 changed files with 6 additions and 6 deletions

View file

@ -61,7 +61,7 @@
in-target chown -R ansible:ansible /home/ansible/.ssh/ ; \
in-target chmod -R og= /home/ansible/.ssh/ ; \
in-target ansible-pull --verbose --purge --extra-vars="run_in_installer=true" \
-i localhost, --url=git://{{ hostname }}/.git
-i localhost, --url=git://{{ hostname }}/.git $playbook
marker: "# {mark} ANSIBLE MANAGED BLOCK preseed/late_command"
- name: provide git repo if not available already