Skip to content

Commit

Permalink
Configuration file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos78 authored Jul 20, 2020
1 parent 29240c4 commit d3c75ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
path: "/opt/{{ appname }}"
state: directory
mode: 0755

- name: Touch the configuration file
file:
path: /opt/{{ appname }}/.env
state: touch
mode: u=rw,g=r,o=r

- name: debug
debug:
Expand Down

0 comments on commit d3c75ac

Please sign in to comment.