Skip to content

Commit

Permalink
fix: Create cf_config_dir with mode 0755
Browse files Browse the repository at this point in the history
  • Loading branch information
qdd-gh committed Jan 19, 2022
1 parent fac6c1a commit fca31b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
ansible.builtin.file:
path: "{{ cf_config_dir }}"
state: directory
mode: 0744
mode: 0755
- block:
- name: Login to cloudflare using standard way (browser window)
ansible.builtin.command: cloudflared login
Expand Down

0 comments on commit fca31b6

Please sign in to comment.