]> arthur.barton.de Git - AnsibleRoles.git/commit
Use "service: state=started" instead of "running"
authorAlexander Barton <alex@barton.de>
Tue, 25 Apr 2017 14:04:31 +0000 (16:04 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 25 Apr 2017 14:04:31 +0000 (16:04 +0200)
commit4282af2f7a17d3808b6f4c12e8e2472799160d41
tree444f870f97a1bfa31e0c3a15d171c01317d6942f
parentde28afb29868d5df9a6fd85607e8cf936a51b58f
Use "service: state=started" instead of "running"

This fixes the following warning of Ansible 2.3.0:

  [DEPRECATION WARNING]: state=running is deprecated. Please use
  state=started. This feature will be removed in version 2.7.
roles/apache2-php5/tasks/main.yml
roles/apache2/tasks/main.yml
roles/autofs/tasks/main.yml
roles/check-mk-agent/tasks/main.yml
roles/mysql-server/tasks/main.yml
roles/nfs-client/tasks/main.yml
roles/ntpd/tasks/main.yml
roles/postfix/tasks/main.yml
roles/sshd/tasks/main.yml
roles/zabbix-agent/tasks/main.yml