Skip to content

Commit 18d1b4e

Browse files
authored
Merge pull request #237 from zipperer/chapter-11-notes-starting-from-upstream
Chapter 11 notes: in progress
2 parents 94c6782 + 582ab6e commit 18d1b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_11_ansible.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ But we don't want to hard-code secrets like SECRET_KEY into our Ansible files
815815
and commit them to our repo!
816816

817817
Instead, we can use Ansible to automate the creation of a secret key,
818-
and then save it to a file on the server, where it _ill be _relatively_ secure
818+
and then save it to a file on the server, where it will be _relatively_ secure
819819
(better than saving it to version control and pushing it to GitHub in any case!)
820820

821821
We can use a so-called "env file" to store environment variables.

0 commit comments

Comments
 (0)