This commit is contained in:
parent
b9f8da2627
commit
41b130be83
@ -4,6 +4,4 @@
|
|||||||
dest: /etc/dhcpcd.conf
|
dest: /etc/dhcpcd.conf
|
||||||
regexp: "^#hostname"
|
regexp: "^#hostname"
|
||||||
line: "hostname"
|
line: "hostname"
|
||||||
state present
|
state: present
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
#- include_tasks: hostname.yml
|
#- include_tasks: hostname.yml
|
||||||
- include_tasks: hosts.yml
|
- include_tasks: hosts.yml
|
||||||
- include_tasks: dhcpcd.yml
|
- include_tasks: dhcpcd.yml
|
||||||
@ -5,7 +6,7 @@
|
|||||||
- include_tasks: locales.yml
|
- include_tasks: locales.yml
|
||||||
- include_tasks: time.yml
|
- include_tasks: time.yml
|
||||||
- include_tasks: usergroup.yml
|
- include_tasks: usergroup.yml
|
||||||
- include_tasks : ssh.yml
|
- include_tasks: ssh.yml
|
||||||
- include_tasks: pacman.yml
|
- include_tasks: pacman.yml
|
||||||
when: ansible_facts['os_family'] == "Archlinux"
|
when: ansible_facts['os_family'] == "Archlinux"
|
||||||
- include_tasks: depot_debian.yml
|
- include_tasks: depot_debian.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user