You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In older versions of Ansible, the backup file was created, but there was a bug in Ansible that caused the file name to not be registered in the module output.
In the latest version of Ansible, this backup file name is correctly registered, but the task that uses the copy module to restore configuration.yaml backup in fail2ban role is expecting it to be on the control server. The task just needs to be updated to specify remote_src: true
The text was updated successfully, but these errors were encountered:
In older versions of Ansible, the backup file was created, but there was a bug in Ansible that caused the file name to not be registered in the module output.
In the latest version of Ansible, this backup file name is correctly registered, but the task that uses the copy module to restore configuration.yaml backup in fail2ban role is expecting it to be on the control server. The task just needs to be updated to specify
remote_src: true
The text was updated successfully, but these errors were encountered: