Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Using yes instead of true.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Aug 2, 2018
1 parent 3725f3e commit 8405def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Expand Up @@ -9,7 +9,7 @@
name: net.ipv4.ip_forward
value: 1
state: present
reload: True
reload: yes
when:
- ansible_virtualization_type != "docker"

Expand Down

0 comments on commit 8405def

Please sign in to comment.