-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update faq.rst #2244
base: devel
Are you sure you want to change the base?
Update faq.rst #2244
Conversation
Using `backup_file` gives error as the filename is now changed to `backup` in newer Ansible versions. Please update.
Thanks for your Ansible docs contribution! We talk about Ansible documentation on Matrix at #docs:ansible.im if you ever want to join us and chat about the docs! We meet on Matrix every Tuesday. See the Ansible calendar for meeting details. We welcome additions to our weekly agenda items too. You can add the |
@samccann No, it hasn't changed. I just tested the |
I still see it as backup
|
@tdram Can you provide a complete reproducer for what you're seeing? |
Hi, Please find:
Output:
When I tried to implement this with block and rescue, I used {{ updated['backup_file'] }}" as documented from here and it said backup_file is not defined and hence I debugged and used |
@tdram The example being updated in this PR is for the |
Using
backup_file
gives error as the name is now changed tobackup
in newer Ansible versions.Please update.