Changeset - 71cc7b092600
[Not reviewed]
0 1 0
Branko Majic (branko) - 17 days ago 2024-09-02 23:54:24
branko@majic.rs
MAR-218: Drop deprecated argument for command invocation:

- This might require fixing down the line in some other way (to avoid
warnings being spit out).
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/backup_client/handlers/main.yml
Show inline comments
 
@@ -8,8 +8,6 @@
 
  #   run the handlers manually as a way to bring the system to consistency
 
  #   after interrupted runs.
 
  command: "rm -rf /etc/duply/main/gnupg"
 
  args:
 
    warn: false
 

	
 
- name: Create keyring directory
 
  file:
0 comments (0 inline, 0 general)