Makes installation of Ansible optional (default: no) and installs additional python libraries #2

Merged
jotbe merged 2 commits from feature/optional_install_of_ansible into master 2021-03-27 14:31:26 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0448703897 - Show all commits

View file

@ -13,7 +13,7 @@ Defaults:
``` ```
hostname: "{{ inventory_hostname }}" hostname: "{{ inventory_hostname }}"
update_hostname: no update_hostname: yes
locales_gen: locales_gen:
- en_US.UTF-8 - en_US.UTF-8
- de_DE.UTF-8 - de_DE.UTF-8

View file

@ -1,7 +1,7 @@
--- ---
# defaults file for common # defaults file for common
hostname: "{{ inventory_hostname }}" hostname: "{{ inventory_hostname }}"
update_hostname: no update_hostname: yes
locales_gen: locales_gen:
- en_US.UTF-8 - en_US.UTF-8
- de_DE.UTF-8 - de_DE.UTF-8