Fix tar syntax

This commit is contained in:
Mike Reeves
2021-02-06 19:14:44 -05:00
parent a3ca84db66
commit 5043b970ef

View File

@@ -34,7 +34,7 @@ if [ ! -f $BACKUPFILE ]; then
tar -rf $BACKUPFILE {{ LOCATION }}
{%- endfor %}
tar -rf $BACKUPFILE /etc/pki
tar -rf /etc/salt
tar -rf $BACKUPFILE /etc/salt
fi