Created
August 27, 2022 20:29
-
-
Save danielnegreiros/040d3885f9d83f127d1674abbc3823c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - name: Update cache | |
| ansible.builtin.package: | |
| update_cache: true | |
| - name: Install Nginx | |
| ansible.builtin.package: | |
| name: nginx | |
| - name: Restart Nginx | |
| ansible.builtin.service: | |
| name: nginx | |
| state: started | |
| enabled: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment