Skip to content

Commit 3fe3345

Browse files
committed
Fix lint
1 parent 051c22c commit 3fe3345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/prepare_host.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
- 2022
6868
register: rhca
6969

70-
- name: Add the certificate to the local trust bundle # noqa no-changed-when
70+
- name: Add the certificate to the local trust bundle # noqa no-changed-when no-handler
7171
ansible.builtin.shell: |
7272
update-ca-trust enable
7373
update-ca-trust extract
7474
when: rhca.changed
7575

7676
- name: Configure rhos release and keep puddle name for "{{ rhos_release }}" # noqa no-changed-when
77-
ansible.builtin.shell: rhos-release "{{ rhos_release }}" | awk '/^# rhos-release/ { print $5 }'
77+
ansible.builtin.command: rhos-release "{{ rhos_release }}" | awk '/^# rhos-release/ { print $5 }'
7878
register: rhos_release_puddle
7979

8080
- name: Extract puddle name from rhos-release output

0 commit comments

Comments
 (0)