Skip to content

Commit

Permalink
fix ansible-lint octal value issues
Browse files Browse the repository at this point in the history
  • Loading branch information
richm committed Jun 4, 2024
1 parent a352b69 commit c684c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_quadlet_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
get_url:
url: https://localhost:8000
dest: /run/out
mode: 0600
mode: "0600"
validate_certs: false
register: __web_status
until: __web_status is success
Expand Down

0 comments on commit c684c68

Please sign in to comment.