Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Oct 25, 2023
1 parent 97c4ee1 commit 3758cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions roles/setup_install_nginx/tasks/dotters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
mode: '0755'

- name: Install/Update rpc.dotters.network SSL
become: true
become: True
block:
- name: Git update
ansible.builtin.git:
Expand All @@ -26,7 +26,7 @@
environment:
GIT_SSH_COMMAND: "ssh -i /root/.ssh/dotters_key -o IdentitiesOnly=yes"
tags:
- skip_ansible_lint
- skip_ansible_later

- name: Check new expiration date
ansible.builtin.shell: |
Expand Down
4 changes: 2 additions & 2 deletions roles/setup_install_nginx/tasks/ibp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
mode: '0755'

- name: Install/Update ibp.network SSL
become: true
become: True
block:
- name: Git update
ansible.builtin.git:
Expand All @@ -26,7 +26,7 @@
environment:
GIT_SSH_COMMAND: "ssh -i /root/.ssh/ibp_key -o IdentitiesOnly=yes"
tags:
- skip_ansible_lint
- skip_ansible_later

- name: Check new expiration date
ansible.builtin.shell: |
Expand Down

0 comments on commit 3758cd5

Please sign in to comment.