|
@@ -28,7 +28,7 @@
|
|
|
|
|
|
- name: Cobbler UI password
|
|
|
set_fact:
|
|
|
- encrypt_password: "{{ cobbler_password| hash('sha3_256')}}"
|
|
|
+ encrypt_password: "{{ cobbler_password | hash('sha3_256')}}"
|
|
|
no_log: true
|
|
|
tags: install
|
|
|
|
|
@@ -101,4 +101,4 @@
|
|
|
path: "{{ role_path }}/files/centos7.ks"
|
|
|
regexp: '^timezone --utc ks_timezone'
|
|
|
replace: 'timezone --utc {{ timezone }}'
|
|
|
- tags: install
|
|
|
+ tags: install
|