Fix illegal octal number representation

This commit is contained in:
Francesco Antognazza
2023-08-01 10:27:04 +02:00
parent 6ae079a032
commit a8b33418d2
5 changed files with 10 additions and 10 deletions

View File

@@ -77,7 +77,7 @@
remote_src: true
src: /usr/share/containers/containers.conf
dest: /etc/containers/containers.conf
mode: 0644
mode: "0644"
- name: Set podman default subnet into small /24 networks
become: true