diff --git a/roles/backup_server/tasks/main.yml b/roles/backup_server/tasks/main.yml index 1cdac82081af3dc3798077c9a3e82ca159bf2c3f..0ac41a80973c5154b33615f24395c83bb5d70b34 100644 --- a/roles/backup_server/tasks/main.yml +++ b/roles/backup_server/tasks/main.yml @@ -14,11 +14,6 @@ owner: root group: root mode: 0751 - tags: - # [ANSIBLE0009] Octal file permissions must contain leading zero - # Misleading message, linting is complaining here actually because of the - # executable bit without read/write for others (e.g. the "1" in "0751"). - - skip_ansible_lint - name: Create backup client groups group: @@ -65,11 +60,6 @@ group: root mode: 0751 with_items: "{{ backup_clients }}" - tags: - # [ANSIBLE0009] Octal file permissions must contain leading zero - # Misleading message, linting is complaining here actually because of the - # executable bit without read/write for others (e.g. the "1" in "0751"). - - skip_ansible_lint - name: Populate authorized keys for backup client users authorized_key: