Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Don't remove conf.d/stream dir (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwigg authored and jdauphant committed Jun 3, 2016
1 parent ef7dac6 commit 4a3d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/remove-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
tags: [configuration,nginx]

- name: Find config files
shell: ls -1 {{nginx_conf_dir}}/conf.d
shell: find {{nginx_conf_dir}}/conf.d -maxdepth 1 -type f -name '*.conf' -exec basename {} \;
register: config_files
changed_when: False
tags: [configuration,nginx]
Expand Down

0 comments on commit 4a3d29a

Please sign in to comment.