File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 66
77- name : restart server
88 ansible.builtin.command : reboot
9+ # noqa no-changed-when
910
1011- name : swapon
1112 ansible.builtin.command : swapon -a
13+ # noqa no-changed-when
Original file line number Diff line number Diff line change 190190
191191- name : ssh-keys | Generate SSH keys
192192 local_action : shell rm -f /tmp/id_rsa*; ssh-keygen -q -N "" -f /tmp/id_rsa ; chmod +r /tmp/id_rsa; cat /tmp/id_rsa.pub > /tmp/authorized_keys # noqa yaml deprecated-command-syntax deprecated-local-action ignore-errors
193- # noqa fqcn[action-core] no-changed-when
193+ # noqa fqcn[action-core] no-changed-when
194194 ignore_errors : true
195195 run_once : " {{ configure_cluster }}"
196196 when : configure_ssh and configure_cluster and old_ssh_config
You can’t perform that action at this time.
0 commit comments