This commit is contained in:
Jeff Lance 2023-05-10 14:54:00 +02:00
parent 8bd7dac695
commit 443572f0e5

View File

@ -5,17 +5,23 @@
- shell: - shell:
- [ - [
git submodule update --init --recursive, "Installing submodules.", git submodule update --init --recursive, "Installing submodules."
] ]
- clean: [ - clean: [
'~', '~',
'~/.config', '~/.config'
] ]
- defaults:
conditional:
isolated: False
- conditional: - conditional:
if: 'command -v pamac' if:
tty:
then: then:
shell: shell:
- pamac install yay - command: "echo oui"