Changeset - 8f33126c7555
[Not reviewed]
0 14 0
Branko Majic (branko) - 7 years ago 2017-08-21 12:51:19
branko@majic.rs
MAR-119: Updated all test playbooks to mark apt cache update as always idempotent (since it does not play role in actual role idempotence).
14 files changed with 14 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/backup/playbook.yml
Show inline comments
 
@@ -6,7 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 

	
 
      changed_when: False
 

	
 
- hosts: parameters-mandatory
 
  roles:
roles/backup_client/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: backup-server
 
  tasks:
roles/backup_server/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: parameters-mandatory
 
  roles:
roles/common/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: helper
 
  tasks:
roles/database/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: parameters-mandatory
 
  roles:
roles/database_server/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: parameters-mandatory
 
  roles:
roles/ldap_client/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: parameters-mandatory
 
  roles:
roles/ldap_server/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: parameters-mandatory.local
 
  roles:
roles/mail_forwarder/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: all
 
  tasks:
roles/mail_server/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: all
 
  tasks:
roles/php_website/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
    - name: Set-up /etc/hosts entries
 
      lineinfile:
roles/web_server/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: all
 
  tasks:
roles/wsgi_website/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
    - name: Set-up /etc/hosts entries
 
      lineinfile:
roles/xmpp_server/playbook.yml
Show inline comments
 
@@ -6,6 +6,7 @@
 
    - name: Update all caches to avoid errors due to missing remote archives
 
      apt:
 
        update_cache: yes
 
      changed_when: False
 

	
 
- hosts: all
 
  tasks:
0 comments (0 inline, 0 general)