Ola! Estou seguindo os passos da aula e ao executar meu playbook com as instrucoes para baixar o wordpress mais recente e descompacta-lo, essa ultima etapa retorna um erro dizendo:
PLAY [all] **********************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************
ok: [192.168.0.70]
TASK [Instala pacotes de dependencia do sistema operacional] ********************************************************
ok: [192.168.0.70]
TASK [Cria o banco do MySQL] ****************************************************************************************
ok: [192.168.0.70]
TASK [Cria o usuario do MySQL] **************************************************************************************
[WARNING]: The value ******** (type int) in a string field was converted to u'********' (type string). If this does
not look like what you expect, quote the entire value to ensure it does not change.
[WARNING]: Module did not set no_log for update_password
ok: [192.168.0.70]
TASK [Baixa o arquivo de instalacao do Wordpress] *******************************************************************
[WARNING]: The value True (type bool) in a string field was converted to u'True' (type string). If this does not
look like what you expect, quote the entire value to ensure it does not change.
changed: [192.168.0.70]
**
TASK [Descompacta o wordpress] **********************************************************************************************
fatal: [192.168.0.70]: FAILED! => {"changed": false, "msg": "Failed to find handler for \"/tmp/wordpress.tar.gz\". Make sure the required command to extract the file is installed. Command \"/bin/tar\" could not handle archive. Command \"unzip\" not found."}
**
PLAY RECAP **********************************************************************************************************
192.168.0.70 : ok=5 changed=1 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
tentei instalar o unzip na maquina do wordpress e apesar do erro ter mudado, continuo nao conseguindo executar o comando conforme mostrado no video.
TASK [Descompacta o wordpress] **************************************************************************************
fatal: [192.168.0.70]: FAILED! => {"changed": false, "msg": "Failed to find handler for \"/temp/wordpress.tar.gz\". Make sure the required command to extract the file is installed. Command \"/bin/tar\" could not handle archive. Command \"/usr/bin/unzip\" could not handle archive."}
alguma sugestao do que pode ser o erro?