Changeset - ae0cd9a439a2
[Not reviewed]
0 1 0
Branko Majic (branko) - 5 years ago 2018-10-22 08:52:26
branko@majic.rs
MAR-132: Fix linting errors (name all tasks).
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/backup_client/handlers/main.yml
Show inline comments
 
@@ -4,10 +4,12 @@
 
  block:
 
    # Can't use file module, since one of the files (GnuPG socket)
 
    # seems to disappear in middle of operation).
 
    - command: "rm -rf /etc/duply/mian/gnupg"
 
    - name: Remove current keyring
 
      command: "rm -rf /etc/duply/mian/gnupg"
 
      args:
 
        warn: false
 
    - file:
 
    - name: Create keyring directory
 
      file:
 
        path: "/etc/duply/main/gnupg"
 
        state: directory
 
        owner: root
0 comments (0 inline, 0 general)