Fix syntax this way.
This commit is contained in:
parent
01382c772f
commit
6617fcdc95
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
copy: src="{{ private }}/files/copr/keygen/backup_key.asc" dest="/root/backup_key.asc"
|
||||
|
||||
- name: import pubkey for backup encryption
|
||||
shell: "gpg2 --import /root/backup_key.asc || true" creates=/root/backupkeyimported
|
||||
shell: gpg2 --import /root/backup_key.asc creates=/root/backupkeyimported
|
||||
|
||||
- name: copy backup script
|
||||
copy: src="backup_keyring.sh" dest="/etc/cron.hourly/backup_keyring.sh" owner=root group=root mode=755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue