aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--content/posts/2019-03-07-ansible-part-1.org1
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 821616d..f32b67b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ test:
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 f1133d6..c8782e9 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']
---