Skip to content

Commit 62c8c28

Browse files
committed
chapter 11: typo: _ill -> will
1 parent a47e7db commit 62c8c28

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
@@ -781,7 +781,7 @@ But we don't want to hard-code secrets like SECRET_KEY into our Ansible files
781781
and commit them to our repo!
782782

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

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

0 commit comments

Comments
 (0)