We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4586675 commit 6affec4Copy full SHA for 6affec4
1 file changed
playbook.yaml
@@ -104,9 +104,7 @@
104
- name: Install Keychain
105
shell: nix profile install nixpkgs/release-{{ nixos_release }}#keychain --extra-experimental-features nix-command --extra-experimental-features flakes
106
- name: install ping
107
- apt:
108
- name: iputils-ping
109
- update_cache: yes
+ shell: nix profile install nixpkgs#iputils-ping --extra-experimental-features nix-command --extra-experimental-features flakes
110
- name: Get keychain version
111
shell:
112
cmd: keychain -V 2> >(grep -i keychain) 2> >(sed 's/[[:alpha:]|(|[:space:]]//g') | fgrep '*' | sed 's/[*~://]//g'
0 commit comments