Skip to content

Commit

Permalink
fix ansible-lint octal mode issues
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Jun 4, 2024
1 parent 51db2c0 commit e2b7d59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tests_combination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
file:
path: "{{ __test_inputfiles_dir }}"
state: directory
mode: 0700
mode: "0700"

# TEST CASE 0
- name: "TEST CASE 0; Ensure that the role runs with complicated flows
Expand Down Expand Up @@ -129,7 +129,7 @@
Template="RSYSLOG_ForwardFormat"
)
}
mode: '0600'
mode: "0600"

- name: Check severity_and_facility
command: diff -B /tmp/__testfile__ '{{ __test_forwards_conf_s_f }}'
Expand Down Expand Up @@ -322,7 +322,7 @@
Template="RSYSLOG_ForwardFormat"
)
}
mode: '0600'
mode: "0600"

- name: Check severity_and_facility
command: diff -B /tmp/__testfile__ '{{ __test_forwards_conf_s_f }}'
Expand Down Expand Up @@ -470,7 +470,7 @@
then {
call files_test0
}
mode: '0644'
mode: "0644"

- name: Check ports managed by firewall and selinux
include_tasks: tasks/check_firewall_selinux.yml
Expand Down

0 comments on commit e2b7d59

Please sign in to comment.