diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 821616dd87a186a33db5e6e4e3bc30fe11d74e47..f32b67b7f2b1422c04be76eed79de95de20750a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ - master
pages:
script:
- - hugo --enableGitInfo
+ - hugo
artifacts:
paths:
- public
diff --git a/content/posts/2019-03-07-ansible-part-1.org b/content/posts/2019-03-07-ansible-part-1.org
index f1133d6386165efdb3b02aff7f0b9b1e0af0cc92..c8782e9068f8357b3c86c6a86da8d58f7064eb61 100644
--- a/content/posts/2019-03-07-ansible-part-1.org
+++ b/content/posts/2019-03-07-ansible-part-1.org
@@ -2,6 +2,7 @@ ---
layout: post
title: "Automating setup with ansible-pull part-1"
date: 2019-03-07
+lastmod: 2020-07-12
tags: ['ansible', 'ansible-pull', 'linux', 'fedora']
---