Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isoft.nginx didn't work with ansible 1.4 #4

Open
benbor opened this issue Mar 25, 2015 · 1 comment
Open

isoft.nginx didn't work with ansible 1.4 #4

benbor opened this issue Mar 25, 2015 · 1 comment

Comments

@benbor
Copy link

benbor commented Mar 25, 2015

Current variant

- name: Ensuredisable_default_pool php-fpm is started and enabled at boot (if configured).
  service:
    name: php5-fpm
    state: started
    enabled: yes

It's work for me :

- name: Ensuredisable_default_pool php-fpm is started and enabled at boot (if configured).
  service:
    name: php5-fpm
    state: started

@fesor
Copy link
Contributor

fesor commented Apr 5, 2015

I think we should drop support of ansible less than 1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants