diff options
Diffstat (limited to 'roles/git/tasks/main.yml')
-rw-r--r-- | roles/git/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index 15a00df..75dec39 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -41,8 +41,8 @@ - name: Open port for gitolite ssh port ansible.posix.firewalld: port: 8022/tcp - permanent: yes - immediate: yes + permanent: true + immediate: true state: enabled become: true |