diff --git a/create_inventory_lxc.yml b/create_inventory_lxc.yml index 3dc17b7..8a7b2f3 100644 --- a/create_inventory_lxc.yml +++ b/create_inventory_lxc.yml @@ -69,7 +69,7 @@ - name: Set root password - shell: "echo root:root | chpasswd" + shell: "echo root:root | chpasswd -c SHA256" - name: Install SSH