Allow the adjustment to local constraints and configure the hostname as an example
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
- name: Ensure correct hostname
|
||||
hostname:
|
||||
name: "{{ hostname }}"
|
||||
use: systemd
|
||||
|
||||
- name: Ensure tools to add additional apt sources
|
||||
tags: [repos]
|
||||
become: yes
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
- name: Ensure correct hostname
|
||||
hostname:
|
||||
name: "{{ hostname }}"
|
||||
use: macos
|
||||
|
||||
- name: "Ensure brew-packages"
|
||||
tags: [packages]
|
||||
homebrew:
|
||||
|
||||
Reference in New Issue
Block a user