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/_workstation/apm/tasks | |
parent | 83cfb7f2e072e63356acdc6640df849d78741813 (diff) | |
download | rules-9e16f39b59069e752bbd24f5408e39e8ac24ec79.tar.gz |
refactor(roles): force byte conversion by ansible
Diffstat (limited to 'roles/_workstation/apm/tasks')
-rw-r--r-- | roles/_workstation/apm/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/_workstation/apm/tasks/main.yml b/roles/_workstation/apm/tasks/main.yml index 72c5d2a..f2f9ebf 100644 --- a/roles/_workstation/apm/tasks/main.yml +++ b/roles/_workstation/apm/tasks/main.yml @@ -6,13 +6,13 @@ state: directory owner: 0 group: 0 - mode: 0755 + mode: "0755" - name: copy apm configurations ansible.builtin.copy: src: "{{ item }}" dest: "{{ apm_configuration_dir }}/{{ item }}" - mode: 0755 + mode: "0755" owner: 0 group: 0 loop: |