Skip to content

Commit

Permalink
playbooks_intro.rst: change example (#307) (#318)
Browse files Browse the repository at this point in the history
(cherry picked from commit 677f512)

Co-authored-by: Andrew Klychkov <[email protected]>
  • Loading branch information
patchback[bot] and Andersson007 authored Aug 22, 2023
1 parent 99d1d28 commit ecc2195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docsite/rst/playbook_guide/playbooks_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ In this example, the first play targets the web servers; the second play targets
ansible.builtin.yum:
name: httpd
state: latest
- name: Write the apache config file
ansible.builtin.template:
src: /srv/httpd.j2
Expand All @@ -65,6 +66,7 @@ In this example, the first play targets the web servers; the second play targets
ansible.builtin.yum:
name: postgresql
state: latest
- name: Ensure that postgresql is started
ansible.builtin.service:
name: postgresql
Expand Down

0 comments on commit ecc2195

Please sign in to comment.