migration pi2 to oscar

This commit is contained in:
vincent 2020-01-19 13:41:09 +01:00
parent 5c2b11d89d
commit 87e61275cf
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
- name: Ensure hostname set
hostname: name={{ inventory_hostname }}
become: yes
hostname:
name: "{{ inventory_hostname }}"
become: yes

View File

@ -1,4 +1,4 @@
- include_tasks: hostname.yml
#- include_tasks: hostname.yml
- include_tasks: locales.yml
- include_tasks: time.yml
- include_tasks: pacman.yml