Skip to content

Commit

Permalink
Change filetype for vim plugin of pearofducks/ansible-vim
Browse files Browse the repository at this point in the history
  • Loading branch information
chusiang committed Sep 18, 2018
1 parent e486343 commit 1e0c8c5
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
2 changes: 2 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
name: php-fpm
state: restarted
enabled: yes

# vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
- name: Include handlers tasks
import_tasks: handlers/main.yml

# vim: ft=ansible :
# vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
include_tasks: php-fpm-centos.yml
when: ansible_pkg_mgr == "yum"

# vim:ft=ansible :
# vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
import_tasks: verify.yml
tags: verify

# vim: ft=ansible :
# vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion tasks/php-fpm-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@
group: root
mode: 0644

# vim: ft=ansible :
# vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion tasks/php-fpm-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
regexp: ";?opcache.enable_cli="
line: "opcache.enable_cli=1"

# vim: ft=ansible :
# vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion tasks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
import_tasks: configure.yml
tags: config

## vim: ft=ansible :
## vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion tasks/use-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@
state: started
enabled: yes

# vim: ft=ansible :
# vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion tasks/use-yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
state: started
enabled: yes

# vim: ft=ansible :
# vim: ft=yaml.ansible :
2 changes: 1 addition & 1 deletion tasks/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
debug:
msg: "{{ php_process.stdout_lines }}"

# vim: ft=ansible :
# vim: ft=yaml.ansible :
3 changes: 2 additions & 1 deletion vars/debian.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
#!/usr/bin/env ansible-playbook
## vim:ft=ansible :

php_owner: www-data
php_group: www-data

# vim: ft=yaml.ansible :

0 comments on commit 1e0c8c5

Please sign in to comment.