File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments