Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yml 213B

123456789
  1. - name: restart apache
  2. service: name=apache2 state=restarted
  3. - name: restart mastodon
  4. service: name={{ item }} state=restarted
  5. with_items:
  6. - mastodon-web
  7. - mastodon-streaming
  8. - mastodon-sidekiq