diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-12-17 18:03:39 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-12-17 18:29:39 +0100 |
commit | 9e16f39b59069e752bbd24f5408e39e8ac24ec79 (patch) | |
tree | 330100ffd054bd274bfe11426aa0ecd7f267d550 /roles/rc/tasks | |
parent | 83cfb7f2e072e63356acdc6640df849d78741813 (diff) | |
download | rules-9e16f39b59069e752bbd24f5408e39e8ac24ec79.tar.gz |
refactor(roles): force byte conversion by ansible
Diffstat (limited to 'roles/rc/tasks')
-rw-r--r-- | roles/rc/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/rc/tasks/main.yml b/roles/rc/tasks/main.yml index 3e0f0b5..642ded7 100644 --- a/roles/rc/tasks/main.yml +++ b/roles/rc/tasks/main.yml @@ -15,4 +15,4 @@ dest: "{{ rc_dir }}/{{ rc_name }}" owner: 0 group: 0 - mode: 0755 + mode: "0755" |