Skip to content

Commit

Permalink
pgbackrest: do not perform the role of ssh_keys in check mode (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Sep 13, 2023
1 parent c64afa5 commit 22eb132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/pgbackrest/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
- pgbackrest_repo_type|lower == "posix"
- pgbackrest_repo_host is defined
- pgbackrest_repo_host | length > 0
- not ansible_check_mode
tags: pgbackrest, pgbackrest_ssh_keys

- ansible.builtin.import_tasks: cron.yml
Expand Down

0 comments on commit 22eb132

Please sign in to comment.