set hostname during update_hosts.yml playbook
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
---
|
||||
|
||||
|
||||
- include_tasks: set_hostname.yml
|
||||
|
||||
- include_tasks: install_tools.yml
|
||||
|
||||
# update packages to latest
|
||||
- include_tasks: apply_updates.yml
|
||||
|
||||
- name: update login screen
|
||||
include_tasks: motd.yml
|
||||
#- name: update login screen
|
||||
# include_tasks: motd.yml
|
||||
|
||||
- name: update fstab
|
||||
include_tasks: update_fstab.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user